1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-09 02:55:19 +00:00
gcloud-help/gcloud/sql/backups/delete

41 lines
1.2 KiB
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
gcloud sql backups delete - delete a backup of a Cloud SQL instance
SYNOPSIS
2024-02-29 10:17:22 +00:00
gcloud sql backups delete ID [--async] [--instance=INSTANCE, -i INSTANCE]
2022-03-01 04:29:52 +00:00
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Delete a backup of a Cloud SQL instance.
POSITIONAL ARGUMENTS
ID
2024-02-29 10:17:22 +00:00
The ID of the backup run. To find the ID, run the following command: $
2025-02-20 10:40:27 +00:00
gcloud sql backups list -i {instance}.Or, the NAME of the backup. To
find the NAME, run the following command: $ gcloud sql backups list
--filter=instance:{instance}
2022-03-01 04:29:52 +00:00
2024-02-29 10:17:22 +00:00
FLAGS
2022-03-01 04:29:52 +00:00
--async
Return immediately, without waiting for the operation in progress to
complete.
2024-02-29 10:17:22 +00:00
--instance=INSTANCE, -i INSTANCE
Cloud SQL instance ID.
2022-03-01 04:29:52 +00:00
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.
NOTES
These variants are also available:
$ gcloud alpha sql backups delete
$ gcloud beta sql backups delete