Resume a paused or auto-disabled schedule
POST/v1/schedules/:id/resume
paused → active, and the explicit tenant acknowledgement path out of
disabled_failing (resets consecutive_failures and the failure breaker).
The pause/disable window is treated as skip regardless of misfire_policy —
it is never backfilled. next_fire_at realigns to the next future occurrence.
Emits schedule.resumed.
Request
Responses
- 200
- 403
- 404
- 409
Schedule resumed
Caller is not a tenant_admin (forbidden)
Schedule not found (not_found)
Schedule is not resumable (invalid_state — e.g. suspended_tenant, disabled_invalid, completed, deleted)