combell_scheduled_tasks_update
Modify a scheduled task on Combell hosting by updating only the fields you specify, like cron expression, script location, or enabled state. Provide the domain and task ID to apply changes.
Instructions
Update a scheduled task. The current task is read first and only the fields you pass are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | No | ||
| domain_name | Yes | ||
| cron_expression | No | 5-field cron expression: minute (0-59 or */5, */10, */15, */30), hour (0-23 or *), day of month (1-31 or *), month (1-12 or *), day of week (1-7 = Monday-Sunday, or *). Example: '*/15 * * * *' | |
| script_location | No | Absolute path on the hosting of the script to execute | |
| scheduled_task_id | Yes |