create_scheduled_job
Create a scheduled cron job on a Laravel Forge server by providing the server ID, command, cron frequency, and user. Automate recurring tasks without manual intervention.
Instructions
Create a scheduled job (cron) on a server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | User to run as (e.g., forge) | |
| command | Yes | Command to run | |
| serverId | Yes | The ID of the server | |
| frequency | Yes | Cron frequency (e.g., '* * * * *' or 'hourly') |