How to delete Indexes in Azure AI Studio Preview?

Dirk Broenink 125 Reputation points
2024-04-02T10:21:30.68+00:00

So I've got my indexes:

User's image

I can not generate new ones, I get an error:

 Index quota has been exceeded for this service. You must either delete unused indexes first, add a delay between index creation requests, or upgrade the service for higher limits. Maximum number of indexes allowed: 3

But how do I delete these indexes?

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
2,069 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,621 questions
0 comments No comments
{count} votes

Accepted answer
  1. AshokPeddakotla-MSFT 35,971 Reputation points Moderator
    2024-04-02T13:58:36.1866667+00:00

    Dirk Broenink Greetings & Welcome to Microsoft Q&A forum!

    Index quota has been exceeded for this service. You must either delete unused indexes first, add a delay between index creation requests, or upgrade the service for higher limits. Maximum number of indexes allowed: 3

    I understand that you are looking for suggestions to delete the indexes.

    As error suggests that you are hitting the index limits. please see Index limits for current limits.

    To resolve this you need to delete the existing resources or you need to upgrade to higher pricing tier.

    Currently, there is no option to delete the indexes from Azure AI studio. However, you can follow the below approach.

    You can see indexes by going into existing 'search service' resource created in Azure portal and selecting 'indexes' within the search service.

    User's image

    Choose the index you would like to delete and select delete.

    Also, you can use Delete Index (Azure Cognitive Search REST API) to delete the indexes.

    DELETE https://[service name].search.windows.net/indexes/[index name]?api-version=[api-version]  
      Content-Type: application/json  
      api-key: [admin key]
    
    

    Do let me know if that helps or have any other queries.

    If the response helped, please do click Accept Answer and Yes for was this answer helpful.

    Doing so would help other community members with similar issue identify the solution. I highly appreciate your contribution to the community.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.