---
title: "Pause a campaign"
method: POST
path: "/v1/voice-agents/campaigns/{id}/pause"
---

# Pause a campaign

`POST /v1/voice-agents/campaigns/{id}/pause`

Pauses a running or scheduled campaign. Paused campaigns can be resumed later.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successful response

- SuccessResponse
  - `success` boolean
  - `message` string
  - `messageKey` string

## Other responses

- `400` — Validation/Bad request error response (e.g., campaign cannot be paused)
- `401` — Unauthorized
- `404` — Campaign not found
- `500` — Server Side Error

---

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