- NAME
- 
- gcloud beta deploy delivery-pipelines delete - delete a delivery pipeline
 
- SYNOPSIS
- 
- 
gcloud beta deploy delivery-pipelines delete[[DELIVERY_PIPELINE]--region=REGION] [--async] [--force] [GCLOUD_WIDE_FLAG …]
 
- 
- DESCRIPTION
- 
(BETA)Delete a delivery pipeline.
- EXAMPLES
- 
The following command will delete delivery pipeline 'test-pipeline', in region
'us-central1', but only if the delivery pipeline doesn't have any sub-resources
(targets, releases or rollouts):
gcloud beta deploy delivery-pipelines delete test-pipeline --region=us-central1The following command will delete delivery pipeline 'test-pipeline', in region 'us-central1' and its sub-resources (targets, releases or rollouts): gcloud beta deploy delivery-pipelines delete test-pipeline --region=us-central1 --force
- POSITIONAL ARGUMENTS
- 
- 
Delivery pipeline resource - The Cloud Deploy delivery pipeline to delete. The
arguments in this group can be used to specify the attributes of this resource.
(NOTE) Some attributes are not given arguments in this group but can be set in
other ways.
To set the projectattribute:- 
provide the argument delivery_pipelineon the command line with a fully specified name;
- 
set the property deploy/delivery_pipelinewith a fully specified name;
- 
provide the argument --projecton the command line;
- 
set the property core/project.
 - [DELIVERY_PIPELINE]
- 
ID of the delivery_pipeline or fully qualified identifier for the
delivery_pipeline.
To set the delivery_pipelineattribute:- 
provide the argument delivery_pipelineon the command line;
- 
set the property deploy/delivery_pipeline.
 
- 
provide the argument 
- --region=- REGION
- 
Location of the delivery_pipeline.
To set the regionattribute:- 
provide the argument delivery_pipelineon the command line with a fully specified name;
- 
set the property deploy/delivery_pipelinewith a fully specified name;
- 
provide the argument --regionon the command line;
- 
set the property deploy/region.
 
- 
provide the argument 
 
- 
provide the argument 
 
- 
Delivery pipeline resource - The Cloud Deploy delivery pipeline to delete. The
arguments in this group can be used to specify the attributes of this resource.
(NOTE) Some attributes are not given arguments in this group but can be set in
other ways.
- FLAGS
- 
- --async
- Return immediately, without waiting for the operation in progress to complete.
- --force
- If true, the delivery pipeline with sub-resources will be deleted and its sub-resources will also be deleted.
 
- 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 helpfor details.
- API REFERENCE
- 
This command uses the clouddeploy/v1API. The full documentation for this API can be found at: https://cloud.google.com/deploy/
- NOTES
- 
This command is currently in beta and might change without notice. These
variants are also available:
gcloud deploy delivery-pipelines deletegcloud alpha deploy delivery-pipelines delete
      gcloud beta deploy delivery-pipelines delete
  
  
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-07 UTC.