Delete clusters from Google Cloud Dataproc.
yaml
type: "io.kestra.plugin.gcp.dataproc.clusters.Delete"
Deletes a cluster from Google Cloud Dataproc.
yaml
id: gcp_dataproc_cluster_delete
namespace: company.team
tasks:
- id: create_cluster_with_certain_disk_size
type: io.kestra.plugin.gcp.dataproc.clusters.Create
clusterName: YOUR_CLUSTER_NAME
region: YOUR_REGION
Dynamic YES
Min length 1
The cluster name.
Dynamic YES
Min length 1
The region.
Dynamic YES
The GCP service account to impersonate.
Dynamic YES
The GCP project ID.
SubType string
Dynamic YES
Default ["https://www.googleapis.com/auth/cloud-platform"]
The GCP scopes to be used.
Dynamic YES
The GCP service account.
The cluster name.
Default false
Whether cluster was deleted successfully.