Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

delete_workspace

Delete a workspace


Description

Delete the Azure Machine Learning workspace resource. delete_workspace() can also delete the workspace's associated resources.

Usage

delete_workspace(
  workspace,
  delete_dependent_resources = FALSE,
  no_wait = FALSE
)

Arguments

workspace

The Workspace object of the workspace to delete.

delete_dependent_resources

If TRUE the workspace's associated resources, i.e. ACR, storage account, key value, and application insights will also be deleted.

no_wait

If FALSE do not wait for the workspace deletion to complete.

Value

None


azuremlsdk

Interface to the 'Azure Machine Learning' 'SDK'

v1.10.0
MIT + file LICENSE
Authors
Diondra Peck [cre, aut], Minna Xiao [aut], AzureML R SDK Team [ctb], Microsoft [cph, fnd], Google Inc. [cph] (Examples and Tutorials), The TensorFlow Authors [cph] (Examples and Tutorials), RStudio Inc. [cph] (Examples and Tutorials)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.