Databricks · Arazzo Workflow
Databricks Terminate Then Permanently Delete Cluster
Version 1.0.0
Terminate a cluster, confirm it is TERMINATED, then permanently delete it.
View Spec
View on GitHub
AIAnalyticsApache SparkBig DataClean RoomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualizeArazzoWorkflows
Provider
Workflows
terminate-and-delete-cluster
Terminate, confirm, then permanently delete a cluster.
Terminates the cluster, polls until it is TERMINATED, then permanently deletes the cluster configuration.
1
terminateCluster
terminateCluster
Terminate the cluster. Termination is asynchronous, so a poll loop confirms the cluster has stopped before deletion.
2
pollClusterState
getCluster
Read the cluster status and inspect the life cycle state. Loop back while the cluster is TERMINATING; continue once it is TERMINATED.
3
permanentDelete
permanentDeleteCluster
Permanently delete the terminated cluster, removing its configuration entirely.