---
title: "Pause Schedule"
method: POST
path: "/v1/workflows/schedules/{schedule_id}/pause"
tags: ["workflows.schedules"]
---

# Pause Schedule

`POST /v1/workflows/schedules/{schedule_id}/pause`

Pause Schedule

## Path parameters

- `schedule_id` string, required

## Request body

- WorkflowSchedulePauseRequest
  - `note` string, nullable — Optional note recorded in Temporal when pausing or resuming a schedule

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mistral/apis/mistral-ai-api.md) · [All operations](https://skmtc.net/mistral/apis/mistral-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mistral/mistral-ai-api/revisions/933c4ebdcd72/schema)
