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.
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.
See Agent Schedules for the full lifecycle model.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique routing key of the agent the schedule belongs to.
The schedule's ULID, as returned from create.
Change the pinned agent version.
Update the schedule expression. Minimum firing cadence is 1 hour for cron and interval.
Activate or deactivate the schedule. Deactivating removes the NATS entry; activating re-publishes with current values.
Update the invocation payload. Payload-only changes do not reset the firing cadence or bump generation.
Change the schedule type. Changing type or expression resets the NATS schedule and bumps generation.
cron, once, interval Schedule updated.
ULID identifying this schedule.
ID of the API key that created the schedule.
Cron expression (6-field, seconds required), @every duration, @at RFC3339 timestamp, or a predefined descriptor like @hourly/@daily.
Monotonic counter bumped when the schedule's firing cadence changes. Used by the consumer to skip stale in-flight triggers.
Whether the schedule is currently firing. once schedules flip to false automatically after firing.
Total firings since creation or last expression/type change.
Schedule type.
cron, once, interval Pinned agent version. Omit to always run the agent's current active version.
Timestamp of the most recent firing, if any.