Optional. Timestamp when the maintenance shall be rescheduled to if rescheduleType=SPECIFIC_TIME, in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
RescheduleType
Enums
RESCHEDULE_TYPE_UNSPECIFIED
IMMEDIATE
Reschedules maintenance to happen now (within 5 minutes).
NEXT_AVAILABLE_WINDOW
Reschedules maintenance to occur within one week from the originally scheduled day and time.
SPECIFIC_TIME
Reschedules maintenance to a specific time and day.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-30 UTC."],[],[],null,["# Method: projects.instances.rescheduleMaintenance\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization Scopes](#body.aspect)\n- [SqlInstancesRescheduleMaintenanceRequestBody](#SqlInstancesRescheduleMaintenanceRequestBody)\n - [JSON representation](#SqlInstancesRescheduleMaintenanceRequestBody.SCHEMA_REPRESENTATION)\n- [Reschedule](#Reschedule)\n - [JSON representation](#Reschedule.SCHEMA_REPRESENTATION)\n- [RescheduleType](#RescheduleType)\n- [Examples](#examples)\n- [Try it!](#try-it)\n\nReschedules the maintenance on the given instance.\n\n### HTTP request\n\n`POST https://sqladmin.googleapis.com/sql/v1beta4/projects/{project}/instances/{instance}/rescheduleMaintenance`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body contains an instance of [SqlInstancesRescheduleMaintenanceRequestBody](/sql/docs/postgres/admin-api/rest/v1beta4/projects.instances/rescheduleMaintenance#SqlInstancesRescheduleMaintenanceRequestBody).\n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/sql/docs/postgres/admin-api/rest/v1beta4/operations#Operation).\n\n### Authorization Scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n- `\n https://www.googleapis.com/auth/sqlservice.admin`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/).\n\nSqlInstancesRescheduleMaintenanceRequestBody\n--------------------------------------------\n\nReschedule options for maintenance windows.\n\nReschedule\n----------\n\nRescheduleType\n--------------"]]