delete_scheduled_job
Delete a scheduled job from a Laravel Forge server by providing the server ID and job ID. This action permanently removes the job.
Instructions
Delete a scheduled job
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | The ID of the job | |
| serverId | Yes | The ID of the server |