Azure Databricks · Arazzo Workflow
Azure Databricks Terminate and Permanently Delete a Cluster
Version 1.0.0
Terminate a cluster, wait until TERMINATED, then permanently delete it.
View Spec
View on GitHub
AnalyticsApache SparkBig DataData EngineeringMachine LearningArazzoWorkflows
Provider
Workflows
terminate-and-purge-cluster
Terminate a cluster, wait for TERMINATED, then permanently delete it.
Terminates the cluster, polls getCluster until the state is TERMINATED, then permanently deletes the cluster.
1
terminateCluster
terminateCluster
Terminate the cluster. The cluster is removed from the running state but its configuration is preserved until permanent deletion.
2
pollCluster
getCluster
Retrieve the current cluster state. Repeat until the cluster reports TERMINATED, then proceed to permanent deletion.
3
permanentDeleteCluster
permanentDeleteCluster
Permanently delete the terminated cluster, removing its configuration so it can never be restarted.