---
title: "Pause schedule"
method: PUT
path: "/api/v1/schedules/{scheduleId}/pause"
tags: ["Schedules"]
---

# Pause schedule

`PUT /api/v1/schedules/{scheduleId}/pause`

## Path parameters

- `scheduleId` string, uuid, required — The UUID of the scheduled task. Can be found in the schedule's URL after /schedules/.

## Response `200`

Schedule paused successfully

- SuccessResponse
  - `success` boolean, required — Whether the operation was successful

## Other responses

- `401` — Authentication required
- `403` — Permission denied
- `404` — Schedule not found

---

[API](https://skmtc.net/omniapp/apis/omni-api.md) · [All operations](https://skmtc.net/omniapp/apis/omni-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/omniapp/omni-api/versions/de7cac8b5983/schema)
