Skip to contentSkip to navigationSkip to topbar
Page tools
Useful for sharing or LLM
Accelerate development with AI

On this pageProducts used
Looking for more inspiration?Visit the
Error
Application error

90101: Unique Name Already Exists

Twilio Conversational Intelligence DocumentationConversational Intelligence

Description

description page anchor

This error occurs when you create or update a Conversation Intelligence (classic) Intelligence Service with a UniqueName that is already assigned to another Service. Twilio requires uniqueName when you create a Service, uses it as a unique and addressable name in addition to the Service sid, and lets you fetch a Service by its sid or unique_name.

Possible causes

possible-causes page anchor
  • The UniqueName in your request already belongs to an existing Intelligence Service.
  • You tried to update a Service and set uniqueName to a value that is already assigned to another Service.
  • A previous create request already succeeded, and a retry submitted the same UniqueName again.
  • Use a different UniqueName when you create or update the Service.
  • Fetch the existing Service by sid or unique_name, or fetch multiple Services, to confirm which name is already in use before retrying the request.
  • If you want to keep using the existing Service, update that Service instead of creating another one with the same UniqueName.
  • If the existing Service is no longer needed, delete it and then retry the request.

Additional resources

additional-resources page anchor