Is the name of the release to abandon. This is required.
PIPELINE_NAME
Is the name of the delivery pipeline that created the release. This is
required.
REGION
Is the name of the region in which the release was created, for example
us-central1. This is required.
IAM permissions
The IAM permissions required for abandoning a release are
included in the following roles:
roles/clouddeploy.admin
roles/clouddeploy.operator
roles/clouddeploy.developer
Rollouts from abandoned releases
When you abandon a release, any rollouts created from that release that are in
progress or queued continue to completion—they are not cancelled. However, you
can't create new rollouts from an abandoned release.
View abandoned releases
In Google Cloud console, you can see if a release has been abandoned. The
Releases tab, on the Delivery pipeline details page, labels the release as
"abandoned":
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This page details the process of permanently abandoning a Cloud Deploy release, which is irreversible and prevents promotion or rollback to that release."],["Releases are abandoned due to issues like bugs, security concerns, or deprecated features, effectively deactivating them from further use."],["To abandon a release, use the `gcloud deploy releases abandon` command, specifying the release name, delivery pipeline, and region."],["Abandoning a release does not cancel rollouts that are already in progress, but it does prevent the creation of new rollouts from the abandoned release."],["Abandoned releases are labeled as such in the Google Cloud console's \"Releases\" tab, and specific IAM roles like `clouddeploy.admin`, `clouddeploy.operator`, and `clouddeploy.developer` are needed to abandon releases."]]],[]]