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

Response fields

Returns the updated Schedule object with status=paused.

Errors

Notes

  • The body may be omitted or an empty JSON object {}.
  • Current design only exposes manual pause reasons.

Unpause a schedule

Run a schedule