Schedules

Pauses/resumes a schedule (status) and/or updates its cron, timezone, or label. Cron and timezone changes apply to the next scheduled occurrence; status and label changes apply immediately.

patch/experimental/schedules/{id}

Path parameters

idstring uuid required

Headers

Authorizationstring

Request body

cronstring

New cron expression the schedule fires on, interpreted in timezone. Rejected if unparseable or if its tightest interval is under the minimum allowed.

timezonestring

New IANA timezone the cron is interpreted in. When supplied without cron, re-interprets the existing cron in the new zone.

labelstring
descriptionstring

Response

Default Response

Changes

Changed in 1 of the 25 revisions of this API.1