mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
8 lines
320 B
Text
8 lines
320 B
Text
|
|
---
|
||
|
|
title: "Pause Campaign"
|
||
|
|
description: "Temporarily stop a running campaign"
|
||
|
|
openapi: "POST /api/v1/campaign/{campaign_id}/pause"
|
||
|
|
---
|
||
|
|
|
||
|
|
Stops dispatching new calls. In-flight calls are not interrupted — they run to completion. Use [Resume](/api-reference/campaigns/resume) to continue from where the campaign paused.
|