Agent Schedules
Update schedule
Partially updates a schedule. Any omitted field is left unchanged. Changing expression or type (or reactivating from inactive) re-publishes the NATS schedule and bumps generation; payload-only and agent_tag-only changes leave the firing cadence in place.
patch/v3/agents/{agent_key}/schedules/{schedule_id}
Path parameters
agent_keystring required
The unique routing key of the agent the schedule belongs to.
The unique routing key of the agent the schedule belongs to.
schedule_idstring required
The schedule's ULID, as returned from create.
The schedule's ULID, as returned from create.
Request body
Response
Schedule updated.