Databricks · Arazzo Workflow
Databricks Find Terminated Cluster by Name and Start It
Version 1.0.0
Resolve a cluster by name from the list, then start it if terminated.
View Spec
View on GitHub
AIAnalyticsApache SparkBig DataClean RoomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualizeArazzoWorkflows
Provider
Workflows
find-cluster-and-start
Resolve a cluster from the list and start the first one.
Lists all clusters, confirms at least one exists, and starts the first cluster returned.
1
listClusters
listClusters
List all clusters in the workspace and capture the first cluster_id and its state.
2
startCluster
startCluster
Start the resolved cluster. If it is already running the start is a no-op.