Update Agent
Agents
Update Agent
Updates an existing agent by ID.
PUT
Update Agent
Documentation Index
Fetch the complete documentation index at: https://docs-in.getello.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Body
application/json
Available options:
inbound, outbound, chat, hybrid Example:
"inbound"
Example:
"6970c2f3948cfbce1932d99d"
Example:
"Updated Agent"
Example:
"general"
Example:
"AI assistant for voice calls"
Example:
"1"
Example:
[]
Example:
0
Example:
false
Example:
[]
Example:
"Asia/Kolkata"
Example:
"Hi! How can I assist you today?"
Example:
"You are a helpful AI assistant focused on providing accurate and friendly responses."
Example:
[]
Example:
[]
Example:
null
Example:
null
Example:
[]
Example:
"Localized prompt text"
Example:
false
Example:
"en"
Example:
["hi"]
Example:
[]
Example:
true
Response
Agent updated successfully
Example:
200
Example:
"Assistant (simple) updated successfully"
Example:
{
"_id": "69cf92ec643b415327cab0ae",
"workspaceId": "6970c2f3948cfbce1932d99d",
"userId": "6970c2f3948cfbce1932d99c",
"name": "testing Agent",
"type": "inbound",
"category": ["general"],
"description": "AI assistant for voice calls",
"voiceConfig": {
"provider": "elevenlabs",
"model": "eleven_flash_v2_5"
},
"aiModel": { "provider": "openai", "model": "gpt-4o" },
"llmConfig": {
"provider": "openai_responses",
"model": "gpt-4o"
},
"status": true,
"createdAt": "2026-04-03T10:14:04.349000",
"updatedAt": "2026-04-03T10:32:17.062000"
}