DeleteCluster ​Delete​Cluster

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