gcloud backup-dr backup-plans delete (BACKUP_PLAN : --location=LOCATION) [--async] [GCLOUD_WIDE_FLAG …]
sample-backup-plan in project
sample-project and location us-central1 , run:
gcloud backup-dr backup-plans delete sample-backup-plan --project=sample-project --location=us-central1
To set the project attribute:
backup_plan on the command line with a fully
specified name;
--project on the command line;
core/project.
BACKUP_PLAN
To set the name attribute:
backup_plan on the command line.
--location=LOCATIONlocation attribute:
backup_plan on the command line with a fully
specified name;
--location on the command line.
--asyncTrue. Enabled by default, use
--no-async to disable.
--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.
gcloud alpha backup-dr backup-plans deletegcloud beta backup-dr backup-plans 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 2026-05-27 UTC.