---
title: "Stop a running campaign"
method: PATCH
path: "/campaigns/call/{campaignscalllistuuid}/stop"
tags: ["campaigns"]
---

# Stop a running campaign

`PATCH /campaigns/call/{campaignscalllistuuid}/stop`

Stops a currently running campaign. The contact queue is preserved — contacts that have not been called yet remain in the queue with their current status. The campaign can be restarted later via `PATCH .../start`. Stopping a campaign does not interrupt calls that are already in progress.

**Permission:** No specific permission required. A valid API key is sufficient.

## Path parameters

- `campaignscalllistuuid` string, uuid, required

## Response `200`

Successful operation

## Other responses

- `400` — Invalid ID supplied
- `401` — Token unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/ringover/apis/ringover-public-api.md) · [All operations](https://skmtc.net/ringover/apis/ringover-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringover/ringover-public-api/revisions/9da73dd2f99e/schema)
