---
title: "POST /v1/projects/{project}/instances/{instance}/rescheduleMaintenance"
method: POST
path: "/v1/projects/{project}/instances/{instance}/rescheduleMaintenance"
tags: ["projects"]
---

# POST /v1/projects/{project}/instances/{instance}/rescheduleMaintenance

`POST /v1/projects/{project}/instances/{instance}/rescheduleMaintenance`

Reschedules the maintenance on the given instance.

## Path parameters

- `project` string, required
- `instance` string, required

## Request body

- SqlInstancesRescheduleMaintenanceRequestBody — Reschedule options for maintenance windows.
  - `reschedule` Reschedule
    - `scheduleTime` string, google-datetime — Optional. Timestamp when the maintenance shall be rescheduled to if reschedule_type=SPECIFIC_TIME, in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
    - `rescheduleType` 'RESCHEDULE_TYPE_UNSPECIFIED' | 'IMMEDIATE' | 'NEXT_AVAILABLE_WINDOW' | 'SPECIFIC_TIME' — Required. The type of the reschedule.

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/sqladmin.md) · [All operations](https://skmtc.dev/google/apis/sqladmin/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/sqladmin/revisions/e9eef8a2afcd/schema)
