gcloud beta sql backups patch

NAME
gcloud beta sql backups patch - update the Final backup of a Cloud SQL project
SYNOPSIS
gcloud beta sql backups patchNAME(--backup-description=BACKUP_DESCRIPTION--expiry-time=EXPIRY_TIME    |--ttl-days=TTL_DAYS)[GCLOUD_WIDE_FLAG]
DESCRIPTION
(BETA) Update the Final backup of a Cloud SQL project.
POSITIONAL ARGUMENTS
NAME
The NAME of the backup. To find the NAME, run the following command: $gcloud sql backups list--filter=type:FINAL instance:{instance}.
REQUIRED FLAGS
At least one of these must be specified:
--backup-description=BACKUP_DESCRIPTION
Provides description for the backup going to be taken.
At most one of these can be specified:
--expiry-time=EXPIRY_TIME
Specifies when the final backup expires. The Maximum time allowed is 365 daysfrom now. Format: YYYY-MM-DDTHH:MM:SS. Provide either ttl-days or expiry-time.
--ttl-days=TTL_DAYS
Specifies the number of days to retain the final backup. The valid range isbetween 1 and 365. The Default value is 30 days. Provide either ttl-days orexpiry-time.
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
This command is currently in beta and might change without notice. Thesevariants are also available:
gcloudsqlbackupspatch
gcloudalphasqlbackupspatch

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-05-07 UTC.