Remove the compute object from its associated workspace and delete the corresponding cloud-based resource.
delete_compute(cluster)
cluster | The |
---|
None
if (FALSE) { ws <- load_workspace_from_config() compute_target <- get_compute(ws, cluster_name = 'mycluster') delete_compute(compute_target) }