Update Scheduled Task
REST API - Scheduled Tasks
Update Scheduled Task
Update a scheduled task’s cron, prompt, title, or enabled state.
PATCH
Update Scheduled Task
Update any subset of a scheduled task’s fields. Set
enabled: false to pause a task without
losing its config; set enabled: true to resume. Changes take effect immediately.
Request Body
New cron expression (5-field crontab, UTC).
New instruction.
New label.
Pause (
false) or resume (true) without losing config.Example Request
Example Response
Authorizations
API Key for authentication
Body
application/json
Response
Successful Response
A recurring scheduled task — the simplified view of one cron task source node.
Source-node id. Pass it to update/remove/run the task.
Cron expression (5-field crontab, UTC), e.g. '0 9 * * *'.
Instruction the agent runs on each fire.
Human-readable label for the task.
Whether the task is active. Disabled tasks keep their config but do not fire.

