retell_update_agent
Update an existing Retell AI agent's configuration, adjusting voice, language, webhook, and response engine. Switch between Retell LLM, Custom LLM, or Conversation Flow to change agent behavior.
Instructions
Update an existing Retell AI agent's configuration, including switching to a different response engine type (Retell LLM, Custom LLM, or Conversation Flow).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| llm_id | No | Switch to a Retell LLM response engine by providing its ID. | |
| agent_id | Yes | The unique ID of the agent to update. | |
| language | No | New language code. | |
| voice_id | No | New voice ID. | |
| agent_name | No | New display name. | |
| webhook_url | No | New webhook URL. | |
| responsiveness | No | New responsiveness (0.0–1.0). | |
| llm_websocket_url | No | Switch to a custom LLM response engine by providing its WebSocket URL. | |
| enable_backchannel | No | Enable/disable backchannel. | |
| conversation_flow_id | No | Switch to a Conversation Flow response engine by providing its ID. | |
| max_call_duration_ms | No | New max call duration in ms. | |
| interruption_sensitivity | No | New interruption sensitivity (0.0–1.0). |