Restored API Management Instance Stuck in Activating State

JasperThai_Healerz 20 Reputation points
2025-06-25T17:45:01.0533333+00:00

A restored API Management instance has been stuck in the "activating" state for several hours. What steps can be taken to delete it and create a new instance?

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,447 questions
0 comments No comments
{count} votes

Accepted answer
  1. Divyesh Govaerdhanan 6,235 Reputation points
    2025-06-25T18:18:06.3866667+00:00

    Hello,

    Welcome to Microsoft Q&A,

    If your Azure API Management (APIM) instance is stuck in the “Activating” state for several hours after a restore operation, it's likely in a hung or inconsistent provisioning state. Unfortunately, during this state, the instance cannot be directly managed (including deletion) through the standard Azure Portal, but you will be able to force delete it from the CLI.

    az apim delete --name <your-apim-name> --resource-group <your-resource-group>
    
    

    https://learn.microsoft.com/en-us/cli/azure/apim?view=azure-cli-latest#az-apim-delete

    Please Upvote and accept the answer if it helps!!

    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.