gcloud alpha sql backups patch

NAME
gcloud alpha sql backups patch - update the Final backup of a Cloud SQL project
SYNOPSIS
gcloud alpha sql backups patch NAME (--backup-description =BACKUP_DESCRIPTION --expiry-time =EXPIRY_TIME | --ttl-days =TTL_DAYS) [GCLOUD_WIDE_FLAG]
DESCRIPTION
(ALPHA) 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 days from 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 is between 1 and 365. The Default value is 30 days. Provide either ttl-days or expiry-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 alpha and might change without notice. If this command fails with API permission errors despite specifying the correct project, you might be trying to access an API with an invitation-only early access allowlist. These variants are also available:
gcloudsqlbackupspatch 
gcloudbetasqlbackupspatch 

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

Last updated 2026年05月27日 UTC.