Resume a schedule
Schedules
Resume a schedule
Restart a paused schedule.
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
The schedule’s id (UUID).
Examples
Errors
| Status | Cause |
|---|---|
404 | No schedule with this id in your organization. |