---
title: "Pause Broadcast"
method: PATCH
path: "/v2/broadcasts/{id}/pause"
tags: ["Broadcasts"]
---

# Pause Broadcast

`PATCH /v2/broadcasts/{id}/pause`

This endpoint allows you to pause a Broadcast execution.

## Path parameters

- `id` integer, required

## Response `202`

Broadcast pause request accepted

- BaseResponse
  - `meta` MetadataDTO
    - `timestamp` integer, required — Transaction's date in timestamp
    - `transactionId` string, required — Id for the current transaction (Endpoint's call)
    - `explain` string — Explain string in case of failure

## Other responses

- `400` — bad request
- `401` — unauthorized: malformed jwt
- `404` — broadcast not found
- `410` — gone: expired jwt
- `412` — a precondition is not met
- `500` — internal server error

---

[API](https://skmtc.dev/messangi/apis/raven.md) · [All operations](https://skmtc.dev/messangi/apis/raven/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/messangi/raven/revisions/c87f398fa338/schema)
