- NAME
-
- gcloud sql reschedule-maintenance - reschedule a Cloud SQL instance's maintenance
- SYNOPSIS
-
-
gcloud sql reschedule-maintenance
INSTANCE
--reschedule-type
=RESCHEDULE_TYPE
[--schedule-time
=SCHEDULE_TIME
] [GCLOUD_WIDE_FLAG …
]
-
- DESCRIPTION
- gcloud sql reschedule-maintenance reschedules a Cloud SQL instance's maintenance.
- EXAMPLES
-
To run maintenance on instance
my-instance
immediately, run:gcloud sql reschedule-maintenance my-instance --reschedule-type=IMMEDIATE
To reschedule maintenance on instance
my-instance
to the next available window, run:gcloud sql reschedule-maintenance my-instance --reschedule-type=NEXT_AVAILABLE_WINDOW
To reschedule maintenance on instance
my-instance
to 2019-11-07 at 4:00 am UTC, run:gcloud sql reschedule-maintenance my-instance --reschedule-type=SPECIFIC_TIME --schedule-time=2019-11-07T04:00Z
- POSITIONAL ARGUMENTS
-
INSTANCE
- Cloud SQL instance ID.
- REQUIRED FLAGS
-
--reschedule-type
=RESCHEDULE_TYPE
-
The type of reschedule operation to perform.
RESCHEDULE_TYPE
must be one of:IMMEDIATE
,NEXT_AVAILABLE_WINDOW
,SPECIFIC_TIME
.
- OPTIONAL FLAGS
-
--schedule-time
=SCHEDULE_TIME
- When specifying SPECIFIC_TIME, the date and time at which to schedule the maintenance in ISO 8601 format.
- 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 reschedule-maintenance
gcloud beta sql reschedule-maintenance
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 2024-02-06 UTC.