---
title: "Update Handoff Timeout"
method: PATCH
path: "/api/v1/text-ai/text-agents/{text_agent_id}/handoff/timeout"
tags: ["text-ai", "text_agents"]
---

# Update Handoff Timeout

`PATCH /api/v1/text-ai/text-agents/{text_agent_id}/handoff/timeout`

Update the handoff timeout for a text agent.

## Path parameters

- `text_agent_id` string, uuid, required

## Request body

- HandoffTimeoutUpdate — Request body for updating handoff timeout.
  - `handoff_timeout_minutes` integer, nullable
  - `handoff_timeout_message` string, nullable

## Response `200`

Successful Response

- HandoffStatusRead — Current handoff configuration status for a text agent.
  - `enabled` boolean, required
  - `provider` string, nullable
  - `inbox_name` string, nullable
  - `channel_account_id` string, nullable
  - `handoff_timeout_minutes` integer, nullable
  - `handoff_timeout_message` string, nullable

## Other responses

- `404` — Text agent not found
- `422` — Validation Error

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/c0f54348e251/schema)
