gcloud backup-dr backup-plan-associations delete

NAME
gcloud backup-dr backup-plan-associations delete - delete the specified backup plan association
SYNOPSIS
gcloud backup-dr backup-plan-associations delete(BACKUP_PLAN_ASSOCIATION :--location=LOCATION--workload-project=WORKLOAD_PROJECT)[--async][GCLOUD_WIDE_FLAG]
DESCRIPTION
Delete the specified backup plan association.
EXAMPLES
To delete a backup plan associationsample-bpa in projectsample-project and locationus-central1 , run:
gcloudbackup-drbackup-plan-associationsdeletesample-bpa--project=sample-project--location=us-central1
POSITIONAL ARGUMENTS
Backup Plan Association resource - Name of the backup plan association todelete. The arguments in this group can be used to specify the attributes ofthis resource.

This must be specified.

BACKUP_PLAN_ASSOCIATION
ID of the Backup Plan Association or fully qualified identifier for the BackupPlan Association.

To set thename attribute:

  • provide the argumentbackup_plan_association on the command line.

This positional argument must be specified if any of the other arguments in thisgroup are specified.

--location=LOCATION
The location of the Backup Plan Association.

To set thelocation attribute:

  • provide the argumentbackup_plan_association on the command linewith a fully specified name;
  • provide the argument--location on the command line.
--workload-project=WORKLOAD_PROJECT
Cloud project id for the Backup Plan Association.

To set theworkload-project attribute:

  • provide the argumentbackup_plan_association on the command linewith a fully specified name;
  • provide the argument--workload-project on the command line;
  • provide the argument--project on the command line;
  • set the propertycore/project.
FLAGS
--async
Return immediately, without waiting for the operation in progress to complete.The default isTrue. Enabled by default, use--no-async to disable.
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.

BRIEF
Delete a specific backup plan association
NOTES
This variant is also available:
gcloudalphabackup-drbackup-plan-associationsdelete

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-05-07 UTC.