gotoxy
11/05/2025, 9:36 PMVapi Support Bot
11/05/2025, 9:39 PMstatus-update messages via a PATCH or configuration change—even if you only specify "end-of-call-report" in your serverMessages array.
If this behavior is causing issues, the best next step is to contact Vapi support or monitor the [Server Events documentation](https://docs.vapi.ai/server-url/events) for updates.
json
"serverMessages": [
"end-of-call-report"
]
This configuration does not guarantee suppression of status-update messages based on current documentation.
Source:
- [Server Events documentation](https://docs.vapi.ai/server-url/events)gotoxy
11/07/2025, 5:37 PMChiranjeet Mishra
11/07/2025, 8:47 PMend-of-call-report by updating the assistant configuration with a PATCH request and explicitly defining the allowed server messages.
Use a PATCH like this to the /assistant endpoint:
json
{
"serverMessages": ["end-of-call-report"]
}
This will ensure that only the end-of-call report is delivered to your webhook, and other server messages — including status-update — will no longer be sent.
If you run into any issues after patching, feel free to share the assistant ID and I can double-check the configuration.gotoxy
11/14/2025, 1:49 AMChiranjeet Mishra
11/17/2025, 11:44 PM