Update background process
laravel_cloud_update_background_processUpdate an existing background process in Laravel Cloud by specifying its ID, type, custom command, and number of processes.
Instructions
Update a background process.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Process type. | |
| config | No | Additional process configuration. | |
| command | No | Custom command to run. Required when type is 'custom'. | |
| processes | No | Number of processes to run. | |
| background_process | Yes | Background process ID. |