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