Update agent schedule
PATCH/v2/agents/:agent_key/schedules/:schedule_key
Updates an existing agent schedule. All fields are optional. The update changes only the provided fields (PATCH semantics).
To pause or resume a schedule, set the enabled field to false or true. Updating the schedule configuration (interval or cron) reschedules future executions. Executions currently in progress are not affected.
Request
Responses
- 200
- 400
- 403
- 404
Updated schedule.
The request is malformed or invalid.
Permissions do not allow updating this schedule.
Agent or schedule not found.