Update agent schedule
PATCH/v2/agents/:agent_key/schedules/:schedule_key
Supported API Key Type:
Personal
Update an existing agent schedule. All fields are optional - only provided fields will be updated (PATCH semantics).
You can pause/resume a schedule by setting the enabled field to false/true. Updating the schedule configuration (interval or cron) will reschedule future executions but will not affect executions currently in progress.
Request
Responses
- 200
- 400
- 403
- 404
Updated schedule.
Update request was malformed or invalid.
Permissions do not allow updating this schedule.
Agent or schedule not found.