## Pause **post** `/campaigns/{id}/pause` Pause a running campaign so no further calls are placed. In-progress calls are allowed to finish; pending and scheduled calls are held until the campaign is resumed. Scheduled retry timers keep counting down, so a call resumed before its time fires on schedule, while one resumed after its time fires at the next available calling window. ### Path Parameters - `id: string` ### Returns - `success: boolean` ### Example ```http curl https://www.getrevox.com/api/campaigns/$ID/pause \ -X POST \ -H "Authorization: Bearer $REVOX_API_KEY" ```