Permanently deletes a Spark cluster. This cluster is terminated and resources
are asynchronously removed.
Usage
permanent_cluster_delete(client, cluster_id)
clustersPermanentDelete(client, cluster_id)
Arguments
- client
Required. Instance of DatabricksClient()
- cluster_id
Required. The cluster to be deleted.
Details
In addition, users will no longer see permanently deleted clusters in the
cluster list, and API users can no longer perform any action on permanently
deleted clusters.