Delete Delete

yaml
type: "io.kestra.plugin.gcp.dataproc.clusters.Delete"

Delete clusters from Google Cloud Dataproc.

Examples

Deletes a cluster from Google Cloud Dataproc.

yaml
id: "delete"
type: "io.kestra.plugin.gcp.dataproc.clusters.Delete"
clusterName: YOUR_CLUSTER_NAME
region: YOUR_REGION

Properties

clusterName

  • Type: string
  • Dynamic: ✔️
  • Required: ✔️
  • Min length: 1

The cluster name.

region

  • Type: string
  • Dynamic: ✔️
  • Required: ✔️
  • Min length: 1

The region.

projectId

  • Type: string
  • Dynamic: ✔️
  • Required:

The GCP project ID.

scopes

  • Type: array
  • SubType: string
  • Dynamic: ✔️
  • Required:
  • Default: [https://www.googleapis.com/auth/cloud-platform]

The GCP scopes to be used.

serviceAccount

  • Type: string
  • Dynamic: ✔️
  • Required:

The GCP service account key.

Outputs

clusterName

  • Type: string
  • Required:

The cluster name.

deleted

  • Type: boolean
  • Required:
  • Default: false

Whether cluster was deleted successfully.

Definitions

Was this page helpful?