mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
gcloud: Thu Feb 29 10:17:22 UTC 2024
This commit is contained in:
parent
8778dcbd7e
commit
37dd57701a
203 changed files with 3473 additions and 5938 deletions
|
|
@ -2,26 +2,25 @@ NAME
|
|||
gcloud alpha sql backups delete - delete a backup of a Cloud SQL instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha sql backups delete ID --instance=INSTANCE, -i INSTANCE
|
||||
[--async] [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud alpha sql backups delete ID [--async]
|
||||
[--instance=INSTANCE, -i INSTANCE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Delete a backup of a Cloud SQL instance.
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
ID
|
||||
The ID of the backup run. You can find the ID by running $ gcloud sql
|
||||
backups list -i {instance}.
|
||||
The ID of the backup run. To find the ID, run the following command: $
|
||||
gcloud sql backups list -i {instance}.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--instance=INSTANCE, -i INSTANCE
|
||||
Cloud SQL instance ID.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--instance=INSTANCE, -i INSTANCE
|
||||
Cloud SQL instance ID.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue