Skip to main content
Version: 2.0

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

Updated schedule.