Skip to main content
POST
Pause a schedule
Pauses the schedule: automatic fires stop and next_run_times empties. The schedule can still be fired manually with Trigger. Returns the updated schedule object with paused: true.

Path parameters

schedule_id
string
required
The schedule’s id (UUID).

Request body

note
string
Optional note explaining why the schedule is paused (max 255 characters). Returned as pause_note.

Examples


Errors