---
title: "POST /sequences/{id}/pause"
method: POST
path: "/sequences/{id}/pause"
tags: ["Sequences"]
---

# POST /sequences/{id}/pause

`POST /sequences/{id}/pause`

## Path parameters

- `id` string, uuid, required

## Response `200`

Response returned when pausing a sequence.

- PauseSequenceSuccessResponse — Response returned when pausing a sequence.
  - `id` string, uuid, required
  - `is_paused` true, required

## Other responses

- `400` — Response for any operation that results in a bad request error.
- `401` — Response for any operation that results in an unauthorized error.
- `404` — Response returned when a sequence cannot be found.
- `409` — Response returned when a sequence state change conflicts with a concurrent update.
- `429` — Response for any operation that exceeds a rate limit.
- `500` — Response for any operation that results in an internal server error.

---

[API](https://skmtc.dev/unifygtm/apis/unify-analytics-api.md) · [All operations](https://skmtc.dev/unifygtm/apis/unify-analytics-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/unifygtm/unify-analytics-api/revisions/2f145e6f6d7e/schema)
