Skip to main content
POST
Resume a schedule
Resumes a paused schedule: the next fire is recomputed from now (fires missed while paused are not made up), pause_note clears, and the consecutive-failure counter resets. Resuming a schedule that is not paused is a no-op. Returns the updated schedule object with paused: false.

Path parameters

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

Examples


Errors