---
title: "Update queued call"
method: PATCH
path: "/queues/{queue_name}/calls/{call_control_id}"
tags: ["Queue Commands"]
---

# Update queued call

`PATCH /queues/{queue_name}/calls/{call_control_id}`

Update queued call's keep_after_hangup flag

## Path parameters

- `queue_name` string, required
- `call_control_id` string, required

## Request body

- UpdateQueuedCallRequest
  - `keep_after_hangup` boolean — Whether the call should remain in queue after hangup.

## Response `204`

Call has been successfully updated.

## Other responses

- `404` — Resource not found. The requested resource does not exist. Common causes include: invalid call_control_id, conference not found, audio file not found, or recording not found.

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
