delete_compute | R Documentation |
Remove the compute object from its associated workspace and delete the corresponding cloud-based resource.
delete_compute(cluster)
cluster |
The |
None
## Not run: ws <- load_workspace_from_config() compute_target <- get_compute(ws, cluster_name = 'mycluster') delete_compute(compute_target) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.