
DeleteCluster
DeleteCluster
yaml
type: "io.kestra.plugin.databricks.cluster.DeleteCluster"Examples
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
clusterId*Requiredstring
accountIdstring
authentication
Definitions
io.kestra.plugin.databricks.AbstractTask-AuthenticationConfig
authTypestring
azureClientIdstring
azureClientSecretstring
azureTenantIdstring
clientIdstring
clientSecretstring
googleCredentialsstring
googleServiceAccountstring
passwordstring
tokenstring
usernamestring