library
turbot/gcp
OverviewPipelines
0
Triggers
0
Variables
GitHub

Delete Pub/Sub Subscriptions

This pipeline deletes one or more Cloud Pub/Sub subscriptions.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run gcp.pipeline.delete_pubsub_subscriptions \
--arg 'project_id=<string>' \
--arg 'subscription_names=<list of string>'

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = gcp.pipeline.delete_pubsub_subscriptions
args = {
project_id = <string>
subscription_names = <list of string>
}
}

Params

NameTypeRequiredDescriptionDefault
credstringYesThe GCP application credentials file path.default
project_idstringYesThe GCP project ID.-
subscription_nameslist of stringYesThe names of the subscriptions to delete.-

Outputs

This pipeline has no outputs.