create_cron_job
Create a cron job to run commands automatically on cPanel. Specify the command and schedule using minute, hour, day, month, and weekday.
Instructions
Create a new cron job
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| day | No | Day of month (1-31 or *) | * |
| hour | No | Hour (0-23 or *) | * |
| month | No | Month (1-12 or *) | * |
| minute | No | Minute (0-59 or *) | 0 |
| command | Yes | Command to execute | |
| weekday | No | Day of week (0-6, 0=Sunday, or *) | * |