How to fix an endpoint that is perpetually stuck updating

CB 0 Reputation points
2024-11-22T17:10:11.66+00:00

I have a batch endpoint that I was adding a new deployment to, and the Provisioning state of the endpoint is stuck on updating.

This means that I cannot take any other action concerning this endpoint, be it another deployment or deleting the endpoint, as it clashes with the updating process it is stuck on.

There were 3 successful deployments prior to this broken state.

In the same workspace, another endpoint has broken with the Provisioning state of the endpoint set to succeeded but the deployment Provisioning state is stuck on Creating.

I'd like to end these actions so that I can update the endpoints & continue to use, or in the worst case delete them so there aren't broken endpoints hanging around.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,982 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Azar 23,115 Reputation points MVP
    2024-11-22T20:13:56.6166667+00:00

    Hi there CB

    Thanks for using QandA platform

    you can try a few steps. First, check for any active operations that might be causing the endpoint to be stuck. If there are no ongoing tasks, you can attempt to cancel any stuck operations using the Azure CLI with the az ml endpoint operation cancel command. Also, verify if there are any resource quota issues that could be preventing the update.

    If the endpoint remains unresponsive, you can try force-deleting it using the az ml endpoint delete command.

    If this helps kindly accept the response thanks much.

    0 comments No comments

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.