update_schedule
Update one or more schedule jobs on an automation by providing a new cron expression, with support for batch updates via an actions array.
Instructions
Update one or more schedule jobs on an automation.
For a single update, provide job_id and cron. For batch operations, provide actions array with {type, job_id, cron} objects.
Args: automation_id: The automation UUID. job_id: The job to update (single update mode). cron: New cron expression (single update mode). actions: Array of batch operations [{type: "update"|"delete", job_id, cron}].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cron | No | ||
| job_id | No | ||
| actions | No | ||
| automation_id | Yes |