Databricks · Arazzo Workflow
Databricks Restart Cluster and Verify Running
Version 1.0.0
Restart a running cluster and poll until it returns to RUNNING.
View Spec
View on GitHub
Artificial IntelligenceAnalyticsApache SparkBig DataClean RoomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine-LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualizeArazzoWorkflows
Provider
Workflows
restart-cluster-and-verify
Restart a cluster and wait until it is RUNNING again.
Issues a restart for the given cluster and then repeatedly reads the cluster status until the life cycle state is RUNNING, looping while it is still RESTARTING or PENDING.
1
restartCluster
restartCluster
Restart the cluster. If the cluster is not RUNNING the restart is a no-op, so the verification poll confirms the outcome.
2
pollClusterState
getCluster
Read the cluster status and inspect the life cycle state. Loop back while the cluster is RESTARTING or PENDING; finish once it is RUNNING.