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 Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 49,096 Reputation points Microsoft Employee Moderator
    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' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.