DeleteClusterDeleteCluster
DeleteClusterCertified

Delete a Databricks cluster.

Delete a Databricks cluster.

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

The cluster identifier.

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
azureClientIdstring
azureClientSecretstring
azureTenantIdstring
clientIdstring
clientSecretstring
googleCredentialsstring
googleServiceAccountstring
passwordstring
tokenstring
usernamestring

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

Databricks host.

Create automations with Databricks Cluster DeleteCluster