olekh
10/16/2025, 9:55 AMVapi Support Bot
10/16/2025, 9:57 AM<id> and <token>):
bash
curl -X PATCH https://api.vapi.ai/campaign/<id> \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/json" \
-d '{"status":"ended"}'
This is the recommended way to clean up scheduled calls and unblock your queue if the campaign is not already ended.
For more details, see the [Vapi campaign update API documentation](https://docs.vapi.ai/api-reference/campaigns/campaign-controller-update?explorer=true).
Source:
- [Vapi API Reference: Update Campaign](https://docs.vapi.ai/api-reference/campaigns/campaign-controller-update?explorer=true)Chiranjeet Mishra
10/16/2025, 7:32 PMolekh
10/16/2025, 9:19 PMolekh
10/16/2025, 9:22 PMolekh
10/17/2025, 10:49 AMolekh
10/20/2025, 11:55 AMChiranjeet Mishra
10/20/2025, 9:06 PM