Trigger a schedule
Schedules
Trigger a schedule
Fire a schedule once, immediately.
POST
Trigger a schedule
Fires the schedule once now and returns the outcome synchronously. Works while paused, and the regular cadence is unaffected:
next_run_times and last_run_at do not change. The fire goes through the same checks as an automatic one, so it can come back skipped_overlap or skipped_quota rather than created.
Returns the run record for this fire, with triggered_manually: true.
Path parameters
The schedule’s id (UUID).
Examples
Response
Errors
| Status | Cause |
|---|---|
404 | No schedule with this id in your organization. |
409 | A fire for this schedule is already in progress; retry shortly (a Retry-After header is included). |