gcloud beta orchestration-pipelines delete

NAME
gcloud beta orchestration-pipelines delete - delete a pipelines bundle from a runner
SYNOPSIS
gcloud beta orchestration-pipelines delete --bundle=BUNDLE (--environment=ENVIRONMENT     | --runner=RUNNER) [--substitutions=[KEY=VALUE,…]] [--substitutions-file=SUBSTITUTIONS_FILE] [GCLOUD_WIDE_FLAG]
DESCRIPTION
(BETA) Delete a pipelines bundle from a runner.
REQUIRED FLAGS
--bundle=BUNDLE
The ID of the bundle to delete.
Exactly one of these must be specified:
--environment=ENVIRONMENT
The target environment of the pipeline, as defined in deployment.yaml.
--runner=RUNNER
The full resource name of the runner to delete a pipeline from.
OPTIONAL FLAGS
--substitutions=[KEY=VALUE,…]
Variables to substitute in the pipeline configuration.
--substitutions-file=SUBSTITUTIONS_FILE
Path to a YAML file containing variable substitutions for the pipeline configuration.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account, --billing-project, --configuration, --flags-file, --flatten, --format, --help, --impersonate-service-account, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity.

Run $ gcloud help for details.

NOTES
This command is currently in beta and might change without notice.