Databricks · Arazzo Workflow
Databricks Edit Cluster Configuration and Verify
Version 1.0.0
Read a cluster, apply edited configuration, and poll until RUNNING.
View Spec
View on GitHub
Artificial IntelligenceAnalyticsApache SparkBig DataCleanroomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine-LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualizeArazzoWorkflows
Provider
Workflows
edit-cluster-and-verify
Edit a cluster's configuration and confirm it returns to RUNNING.
Reads the current cluster configuration, submits an edit with a new worker count, then polls until the cluster is RUNNING again after the edit-triggered restart.
1
getCluster
Read the current cluster configuration to reuse its spark version and node type on the edit request.
2
editCluster
Apply the edited configuration. Editing a running cluster restarts it to apply the changes.
3
pollClusterState
Read the cluster status and inspect the life cycle state. Loop back while the cluster is RESTARTING or PENDING; finish once it is RUNNING.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.