---
title: "Pause a single queued outbound call"
method: POST
path: "/v1/voice/outbound/queued/{conversation_id}/pause"
tags: ["voice"]
---

# Pause a single queued outbound call

`POST /v1/voice/outbound/queued/{conversation_id}/pause`

## Path parameters

- `conversation_id` string, uuid, required

## Response `200`

Successful Response

- QueuedCallActionResponse — Result of a per-call cancel / pause / resume action.
  - `conversation_id` string, uuid, required
  - `action` 'cancelled' | 'paused' | 'resumed', required
  - `paused` boolean, required — The call's paused state after the action (False after cancel/resume).

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `422` — Validation Error

---

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