mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-22 15:52:30 +00:00
gcloud: Tue Mar 1 04:29:52 UTC 2022
This commit is contained in:
parent
aab53307a8
commit
1456dab6c7
9791 changed files with 814712 additions and 0 deletions
54
gcloud/filestore/backups/delete
Normal file
54
gcloud/filestore/backups/delete
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
NAME
|
||||
gcloud filestore backups delete - delete a Filestore backup
|
||||
|
||||
SYNOPSIS
|
||||
gcloud filestore backups delete BACKUP --region=REGION [--async]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Delete a Filestore backup.
|
||||
|
||||
This command can fail for the following reasons:
|
||||
▪ The backup specified does not exist.
|
||||
▪ The active account does not have permission to delete the given
|
||||
backup.
|
||||
|
||||
EXAMPLES
|
||||
The following command deletes a backup with the name 'my-backup' in the
|
||||
region us-central1:
|
||||
|
||||
$ gcloud filestore backups delete my-backup --region=us-central1
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
BACKUP
|
||||
Arguments and flags that specify the Filestore backup you want to
|
||||
delete.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--region=REGION
|
||||
Compute region (e.g. us-central1) for the backup.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
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.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the file/v1 API. The full documentation for this API can
|
||||
be found at: https://cloud.google.com/filestore/
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha filestore backups delete
|
||||
|
||||
$ gcloud beta filestore backups delete
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue