---
title: "Reset a campaign to its initial state"
method: POST
path: "/campaigns/call/{campaignscalllistuuid}/reset"
tags: ["campaigns"]
---

# Reset a campaign to its initial state

`POST /campaigns/call/{campaignscalllistuuid}/reset`

Resets a campaign to its initial state — all contact call statuses are cleared, retry counts are set back to zero, and call statistics are erased. The contact queue itself (numbers, custom columns, social data) is preserved. The campaign must be stopped before resetting. Use this to re-run a campaign from scratch without rebuilding the contact list.

**Permission:** No specific permission required. A valid API key is sufficient.

## Path parameters

- `campaignscalllistuuid` string, uuid, required

## Response `200`

Campaign reset

## Other responses

- `400` — Invalid ID supplied
- `401` — Token unauthorized
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/ringover/apis/ringover-public-api.md) · [All operations](https://skmtc.net/ringover/apis/ringover-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringover/ringover-public-api/revisions/9da73dd2f99e/schema)
