latestOpenAPI 3.1.02026-08-19211327769.4 KB

e77ab32034c9

Schedules

Pause schedule

put/api/v1/schedules/{scheduleId}/pause

Path parameters

scheduleIdstring uuid required

The UUID of the scheduled task. Can be found in the schedule's URL after /schedules/.

Example:123e4567-e89b-12d3-a456-426614174000

The UUID of the scheduled task. Can be found in the schedule's URL after /schedules/.

Response

Schedule paused successfully

successboolean required

Whether the operation was successful

Example response

{
  "success": true
}