1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Thu Feb 20 10:40:27 UTC 2025

This commit is contained in:
Automated 2025-02-20 10:40:27 +00:00
parent 44f319c56c
commit 8d1a988ab5
295 changed files with 11246 additions and 956 deletions

View file

@ -2,7 +2,11 @@ NAME
gcloud beta sql instances delete - deletes a Cloud SQL instance
SYNOPSIS
gcloud beta sql instances delete INSTANCE [--async] [GCLOUD_WIDE_FLAG ...]
gcloud beta sql instances delete INSTANCE [--async] [--enable-final-backup]
[--final-backup-description=FINAL_BACKUP_DESCRIPTION]
[--final-backup-expiry-time=FINAL_BACKUP_EXPIRY_TIME
| --final-backup-retention-days=FINAL_BACKUP_RETENTION_DAYS]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Deletes a Cloud SQL instance.
@ -16,6 +20,22 @@ FLAGS
Return immediately, without waiting for the operation in progress to
complete.
--enable-final-backup
Enables the final backup to be taken at the time of instance deletion.
--final-backup-description=FINAL_BACKUP_DESCRIPTION
Provides description for the final backup going to be taken.
At most one of these can be specified:
--final-backup-expiry-time=FINAL_BACKUP_EXPIRY_TIME
Specifies the time at which the final backup will expire. Maximum
time allowed is 365 days from now. Format: YYYY-MM-DDTHH:MM:SS.
--final-backup-retention-days=FINAL_BACKUP_RETENTION_DAYS
Specifies number of days to retain final backup. The valid range is
between 1 and 365. Default value is 30 days.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,