delete_workspace {azuremlsdk}R Documentation

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


[Package azuremlsdk version 1.10.0 Index]