
Google Cloud Delete
CertifiedDelete a Dataproc cluster
Google Cloud Delete
Certified
Delete a Dataproc cluster
Deletes the specified cluster in a region using project credentials; waits for the delete operation to finish.
yaml
type: io.kestra.plugin.gcp.dataproc.clusters.DeleteExamples
Deletes a cluster from Google Cloud Dataproc
yaml
id: gcp_dataproc_cluster_delete
namespace: company.team
tasks:
- id: cluster_delete
type: io.kestra.plugin.gcp.dataproc.clusters.Delete
clusterName: YOUR_CLUSTER_NAME
region: YOUR_REGION
Properties
clusterName *Requiredstring
Min length
1Cluster name
region *Requiredstring
Min length
1Region
Dataproc region endpoint (e.g., europe-west3)
impersonatedServiceAccount string
The GCP service account to impersonate
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
projectId string
The GCP project ID
scopes array
SubTypestring
Default
["https://www.googleapis.com/auth/cloud-platform"]The GCP scopes to be used
serviceAccount string
The GCP service account
Outputs
clusterName string
Cluster name
deleted boolean
Default
falseDeletion succeeded