---
title: "Stop a campaign"
method: POST
path: "/campaigns/{campaign_id}/stop"
tags: ["Campaigns"]
---

# Stop a campaign

`POST /campaigns/{campaign_id}/stop`

Stop a running or paused campaign, transitioning it to STOPPED.

    Only campaigns in RUNNING or PAUSED status can be stopped. Stopping is
    irreversible — a stopped campaign cannot be restarted.

    Returns the campaign ID and new status on success.

    Authentication:
    - API key with READ_WRITE permission

## Path parameters

- `campaign_id` string, uuid, required

## Response `200`

Campaign stopped successfully

- unknown

## Other responses

- `400` — Invalid request data
- `401` — Invalid or missing API key
- `403` — Insufficient permissions
- `404` — Resource not found

---

[API](https://skmtc.net/yourang/apis/yourang-ai-external-api-v1.md) · [All operations](https://skmtc.net/yourang/apis/yourang-ai-external-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yourang/yourang-ai-external-api-v1/revisions/49680ee64400/schema)
