DeleteClusterDeleteCluster
DeleteClusterCertified

yaml
type: "io.kestra.plugin.databricks.cluster.DeleteCluster"
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
Definitions
authTypestring
azureClientIdstring
azureClientSecretstring
azureTenantIdstring
clientIdstring
clientSecretstring
googleCredentialsstring
googleServiceAccountstring
passwordstring
tokenstring
usernamestring

Create automations with Databricks Cluster DeleteCluster