Update Vapi Assistant
vapi_update_assistantModify specific settings of an existing voice assistant, such as name, prompts, call duration, or webhook URL, using partial updates.
Instructions
Update an existing assistant (partial update — only send the fields you want to change).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assistantId | Yes | The ID of the assistant to update | |
| name | No | New name for the assistant | |
| firstMessage | No | New first message | |
| systemPrompt | No | New system prompt | |
| maxDurationSeconds | No | New max call duration in seconds | |
| serverUrl | No | New webhook URL |