POST /api/v1/forward/schedules/{schedule_id}/archive
Archives a Schedule without deleting historical Schedule Runs. Archived schedules are not triggered and cannot be updated, paused, unpaused, or manually run.
Headers
Path parameters
Example request
Example response
HTTP 200 OKResponse fields
Returns the archived Schedule object witharchived_at set.
Errors
Notes
- Archive is a lifecycle terminal state for the Schedule.
- Schedule Runs remain queryable after the Schedule is archived.