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.

1 workflow 1 source API 1 provider
View Spec View on GitHub Artificial IntelligenceAnalyticsApache SparkBig DataCleanroomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine-LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualizeArazzoWorkflows

Provider

databricks

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.
2 steps inputs: can_use_client outputs: startedClusterId
1
listClusters
List all clusters in the workspace and capture the first cluster_id and its state.
2
startCluster
Start the resolved cluster. If it is already running the start is a no-op.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Databricks Find Terminated Cluster by Name and Start It
  summary: Resolve a cluster by name from the list, then start it if terminated.
  description: >-
    Locates a Databricks cluster by matching its name within the full cluster
    list, and when the matched cluster is in a TERMINATED state issues a start
    request to bring it back online. The cluster_id from the matched entry drives
    the start call. Every step spells out its request inline so the flow can be
    read and executed without opening the underlying OpenAPI description. Note:
    the list endpoint has no server-side name filter, so the match is performed
    on the returned list via the branch criteria.
  version: 1.0.0
  x-realizes-capability-ids:
  - BC-600.50
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-600.50
      capability_name: IT Infrastructure Management
      spec: databricks-clusters-api-openapi.yml
      confidence: 0.75
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: clustersApi
  url: ../openapi/databricks-clusters-api-openapi.yml
  type: openapi
workflows:
- workflowId: find-cluster-and-start
  summary: Resolve a cluster from the list and start the first one.
  description: >-
    Lists all clusters, confirms at least one exists, and starts the first
    cluster returned.
  inputs:
    type: object
    properties:
      can_use_client:
        type: string
        description: Optional client compatibility filter for the cluster list.
  steps:
  - stepId: listClusters
    description: >-
      List all clusters in the workspace and capture the first cluster_id and
      its state.
    operationId: listClusters
    parameters:
    - name: can_use_client
      in: query
      value: $inputs.can_use_client
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      firstClusterId: $response.body#/clusters/0/cluster_id
    onSuccess:
    - name: hasCluster
      type: goto
      stepId: startCluster
      criteria:
      - context: $response.body
        condition: $.clusters.length > 0
        type: jsonpath
  - stepId: startCluster
    description: >-
      Start the resolved cluster. If it is already running the start is a no-op.
    operationId: startCluster
    requestBody:
      contentType: application/json
      payload:
        cluster_id: $steps.listClusters.outputs.firstClusterId
    successCriteria:
    - condition: $statusCode == 200
  outputs:
    startedClusterId: $steps.listClusters.outputs.firstClusterId

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/databricks-find-cluster-and-start-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.