Schedules
List Schedules
Lists all schedules attached to the specified agent, most recent first.Create a Schedule
Creates a schedule that runs the agent on a recurring or one-off cadence. The minimum firing interval is 1 hour forcron and interval; once schedules are exempt.
Delete a Schedule
Permanently removes a schedule from NATS, Mongo, and the Redis cache.Retrieve a Schedule
Retrieves a single schedule by ID.Update a Schedule
Partially updates a schedule. Any omitted field is left unchanged. Changingexpression 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.