update_cron
Modify an existing cron task by ID, updating only the fields you specify. Pass the task ID and any new values for name, labels, command, schedule, or pre/post scripts.
Instructions
Update an existing cron task by id. Only include the fields you want to change; id is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Cron task id (required) | |
| name | No | New name | |
| labels | No | New labels | |
| command | No | New command | |
| schedule | No | New cron expression | |
| task_after | No | Post-task script | |
| task_before | No | Pre-task script |