---
title: "Resume Campaign"
method: POST
path: "/campaigns/{campaign_id}/resume"
tags: ["campaigns"]
---

# Resume Campaign

`POST /campaigns/{campaign_id}/resume`

Resume a paused campaign — the dispatcher picks its held sends back up.

## Path parameters

- `campaign_id` string, required

## Response `200`

Successful Response

- ResumeCampaignResponse
  - `campaign_id` string, required
  - `status` string, required

## Other responses

- `404` — Not found
- `422` — Validation Error

## Changes

- **2026-09-12** `a89ec63b4428` — 1 breaking
  - removed the request body
- **2026-09-02** `d96feef8e2ef` — 1 warning
  - removed the optional property `next_round` from the response with the `200` status

[Change history](https://skmtc.dev/noso/apis/crucible-backend-api/changes/campaigns/:campaign_id/resume/post.md)

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc.dev/noso/apis/crucible-backend-api/revisions/c14a8fc770d0?raw)
