Ramy
01/08/2026, 7:45 PMRamy
01/08/2026, 7:48 PMVapi Support Bot
01/08/2026, 7:49 PMbash
curl -X PATCH https://api.vapi.ai/assistant/{assistant_id} \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "model": { "messages": [{ "role": "system", "content": "YOUR NEW PROMPT" }] } }'
After this, all new calls will use the updated prompt.
Source: [Vapi API Reference – Update Assistant](https://docs.vapi.ai/api-reference/assistants/update)Chiranjeet Mishra
01/09/2026, 6:43 PMJimmy
01/12/2026, 3:25 AMChiranjeet Mishra
01/14/2026, 4:22 AM