Schedules

Pause Schedule

Pause a schedule to stop it from executing.

post/agents/{agent_id}/schedules/{schedule_name}/pause

Path parameters

agent_idstring required
schedule_namestring required

Request body

notestring nullable

Optional note explaining why the schedule was paused

Response

Successful Response

schedule_idstring required

Unique identifier for the schedule

namestring required

Human-readable name for the schedule

agent_idstring required

ID of the agent this schedule belongs to

state'ACTIVE' | 'PAUSED' required

Schedule state enum

num_actions_takeninteger

Number of times the schedule has executed

num_actions_missedinteger

Number of scheduled executions that were missed

next_action_timesstring[]

Upcoming scheduled execution times

last_action_timestring date-time nullable

When the schedule last executed

created_atstring date-time nullable

When the schedule was created

Changes