POST /api/v1/forward/schedules/{schedule_id}/pause
Pauses a Schedule. Paused schedules do not run on trigger policy and cannot be manually run.
Headers
Path parameters
Example request
Example response
HTTP 200 OKResponse fields
Returns the updated Schedule object withstatus=paused.
Errors
Notes
- The body may be omitted or an empty JSON object
{}. - Current design only exposes manual pause reasons.