> ## Documentation Index
> Fetch the complete documentation index at: https://api.docs.dealmachine.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Pause Campaign

> Pause an active campaign

Pause an active campaign. Mail already submitted to the vendor will still be delivered. Resume with `POST /campaigns/{id}/resume`.

<ParamField path="id" type="string" required>
  Campaign ID (UUID)
</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl -X POST https://api.v2.dealmachine.com/v1/mail/campaigns/a1b2c3d4/pause \
    -H "Authorization: Bearer dm_sk_live_xxx"
  ```
</RequestExample>
