---
title: "UnPause Agent"
method: POST
path: "/api/unpause"
tags: ["Manage Agents"]
---

# UnPause Agent

`POST /api/unpause`

### UnPause Agent

This endpoint allows you to unpause a specific agent using the following parameters:

- `agent`: (Required) Enter the extension number you wish to unpause.
    
- `format`: The format of the response.
    

### API Response

The response will include the following fields:

- `success`: Indicates the success status of the unpause action.
    
- `message`: Provides additional information or error message related to the unpause action.

## Response `200`

successful

- object
  - `message` string
  - `success` string

## Other responses

- `400` — Error: Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1.md) · [All operations](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/commpeak/dialer-api-v2-0-1/versions/eacecf960bb6/schema)
