Skip to main content
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

string
required
The schedule’s id (UUID).

Examples

Response

Errors