Create background process
laravel_cloud_create_background_processCreate a background process for an instance. Configure type, process count, and optional command for worker or custom processes.
Instructions
Create a new background process for an instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Process type. | |
| config | No | Additional process configuration. | |
| command | No | Custom command to run. Required when type is 'custom'. | |
| instance | Yes | Instance ID. | |
| processes | Yes | Number of processes to run. |