Skip to main content
PUT
Perform a full update on an existing Voice AI agent. This overwrites previous voice settings, prompts, and capability integrations with the provided configuration.

Authentication

This endpoint requires Bearer token authentication.

Input parameters

string
required
Unique identifier of the agent to update. Example: agent_12345 or UUID e4b2d184-7cf1-4560-a292-6284649bcf2e.
string
required
Bearer token for authentication. Format: Bearer <token>.
string
Updated display name of the agent.
string
Operational timezone.
string
Operational status flag (active, inactive).
object
Updated configuration payload containing prompts, voice models, and capabilities.

Response Fields

string
Agent identifier.
string
Updated agent name.
string
Updated active status.
string
ISO 8601 timestamp reflecting the update.


Previous
Delete agent
Permanently remove an existing Voice AI agent
Next