Pause a schedule
POST/v1/schedules/:id/pause
active → paused. No new occurrences are materialised while paused; already
claimed/in-flight runs finish. Pausing is idempotent (pausing a paused
schedule returns 200). Emits schedule.paused.
Request
Responses
- 200
- 403
- 404
- 409
Schedule paused
Caller is not a tenant_admin (forbidden)
Schedule not found (not_found)
Schedule is not in a pausable state (invalid_state — e.g. deleted, completed, suspended_tenant)