Learn R Programming

azuremlsdk (version 1.10.0)

delete_compute: Delete a cluster

Description

Remove the compute object from its associated workspace and delete the corresponding cloud-based resource.

Usage

delete_compute(cluster)

Arguments

cluster

The AmlCompute or AksCompute object.

Value

None

Examples

Run this code
# NOT RUN {
ws <- load_workspace_from_config()
compute_target <- get_compute(ws, cluster_name = 'mycluster')
delete_compute(compute_target)
# }

Run the code above in your browser using DataLab