Hi Vapi team,
My production assistant keeps reverting to old settings on the dashboard, even though my API update succeeds.
Current behavior:
1. I call assistants.update() with new configuration
2. API returns success (200 OK)
3. Dashboard briefly shows new settings
4. Settings revert back to old prompt/configuration
My setup:
- Assistant name: "Emma (Prod)"
- Assistant ID: 46b1312c-831c-4851-a078-885b0a95a157
- Deployment: Vercel
What I've tried:
- Verified correct assistant ID is being updated
- Confirmed new code is deployed to production
- API call completes successfully with no errors
Question:
What could cause an assistant configuration to revert after a successful update? Is there a deployment step or setting I'm missing?
Thank you!