Databricks DeleteCluster

Databricks DeleteCluster

Certified

Delete a Databricks cluster

Terminates and deletes an existing Databricks cluster by clusterId.

yaml
type: io.kestra.plugin.databricks.cluster.DeleteCluster

Delete a Databricks cluster.

yaml
id: databricks_delete_cluster
namespace: company.team

tasks:
  - id: delete_cluster
    type: io.kestra.plugin.databricks.cluster.DeleteCluster
    authentication:
      token: <your-token>
    host: <your-host>
    clusterId: <your-cluster>
Properties

Cluster identifier

ID of the cluster to delete

Databricks account identifier

Databricks authentication configuration

This property allows to configure the authentication to Databricks, different properties should be set depending on the type of authentication and the cloud provider. All configuration options can also be set using the standard Databricks environment variables. Check the Databricks authentication guide for more information.

Definitions
authTypestring

Authentication type

azureClientIdstring

Azure client ID

azureClientSecretstring

Azure client secret

azureTenantIdstring

Azure tenant ID

clientIdstring

Client ID

clientSecretstring

Client secret

googleCredentialsstring

Google credentials JSON

googleServiceAccountstring

Google service account email

passwordstring

Password

tokenstring

Databricks personal access token

usernamestring

Username

Databricks configuration file, use this if you don't want to configure each Databricks account properties one by one

Databricks host

Reference (ref) of the pluginDefaults to apply to this task.