swanandaaaaa
04/26/2025, 8:25 AMts
{
"data": null,
"error": {
"message": "Duplicate Assistant Name \"Hannah AI\".",
"error": "Bad Request",
"statusCode": 400
}
}
I am certain I don't have any duplicates. Moreover I tried renaming and using the vapi.start() many times. But it still gives me this error and I don't know what to do. Can someone please guide me!Vapi Support Bot
04/26/2025, 8:27 AMts
// Instead of "Hannah AI"
const assistantName = "Hannah_AI_" + Date.now().toString();
This creates a timestamp-based unique name that should bypass the duplication error.
Sources:
- [Troubleshooting "Duplicate Assistant Name" error in Vapi](https://discord.com/channels/1211482211119796234/1328923059905630238)
- [Possible causes of "Duplicate Assistant Name" error in Vapi](https://discord.com/channels/1211482211119796234/1331890584826155018)
- [Contacting VAPI Support](https://discord.com/channels/1211482211119796234/1326262542858850445)Kings_big💫
04/26/2025, 8:59 AM