File: //snap/google-cloud-cli/current/lib/surface/container/backup_restore/backup_plans/delete.yaml
- release_tracks: [ALPHA, BETA]
help_text:
brief: Delete a backup plan.
description: |
Delete a Backup for GKE backup plan.
## EXAMPLES
To delete a backup plan ``my-backup-plan'' in project ``my-project'' in location ``us-central1'', run:
$ {command} my-backup-plan --project=my-project --location=us-central1
request:
collection: gkebackup.projects.locations.backupPlans
api_version: v1
arguments:
resource:
help_text: |
Name of the backup plan to delete. The name may be provided either as a relative name, e.g.
`projects/<project>/locations/<location>/backupPlans/<backupPlan>`
or as a single ID name (with the parent resources provided via options or through
properties), e.g.
`BACKUP_PLAN --project=<project> --location=<location>`.
spec: !REF googlecloudsdk.command_lib.container.backup_restore.resources:positional_backup_plan
params:
- _REF_: googlecloudsdk.command_lib.container.backup_restore.flags:etag
async:
collection: gkebackup.projects.locations.operations
api_version: v1
extract_resource_result: false