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 |
delete_dependent_resources |
If |
no_wait |
If |
Value
None
[Package azuremlsdk version 1.10.0 Index]