
Databricks DeleteCluster
CertifiedDelete a Databricks cluster
Databricks DeleteCluster
Delete a Databricks cluster
Terminates and deletes an existing Databricks cluster by clusterId.
type: io.kestra.plugin.databricks.cluster.DeleteClusterExamples
Delete a Databricks cluster.
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
Cluster identifier
ID of the cluster to delete
accountId string
Databricks account identifier
authentication
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.
io.kestra.plugin.databricks.AbstractTask-AuthenticationConfig
Authentication type
Azure client ID
Azure client secret
Azure tenant ID
Client ID
Client secret
Google credentials JSON
Google service account email
Password
Databricks personal access token
Username
configFile string
Databricks configuration file, use this if you don't want to configure each Databricks account properties one by one
host string
Databricks host
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.