I can't delete Azure ML workspace

Nineli Lashkarashvili 1 Reputation point
2021-01-21T09:00:05.467+00:00

I created azure ml workspace - region east us, after I tried to create compute instances in this workspace I found that those resources could't be allocated from that region and compute instances were in the unknown state. I decided to delete this workspace but the deletion is taking more than 8 hours, I want to delete this workspace as it decreases the available quotas for me for compute resources.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,200 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,570 questions
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 48,766 Reputation points Microsoft Employee
    2021-01-21T14:48:35.17+00:00

    @Nineli Lashkarashvili Could you please try to delete your workspace from the CLI?

    az ml workspace delete [--all-resources]  
                           [--no-wait]  
                           [--output-metadata-file]  
                           [--path]  
                           [--resource-group]  
                           [--subscription-id]  
                           [--workspace-name]  
    

    Installation of the Azure CLI is easy and once you install and authenticate with az login
    Azure ML cli is an extension of Azure CLI which is installed when you run azure-cli-ml

    If this fails to delete your workspace a support ticket might be required. We can help you with a one time free ticket if the above method does not work. Thanks!!

    1 person found this answer 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.