---
title: "POST /v1/{+name}:rescheduleMaintenance"
method: POST
path: "/v1/{+name}:rescheduleMaintenance"
tags: ["projects"]
---

# POST /v1/{+name}:rescheduleMaintenance

`POST /v1/{+name}:rescheduleMaintenance`

Reschedule maintenance for a given instance in a given project and location.

## Path parameters

- `name` string, required

## Request body

- RescheduleMaintenanceRequest — Request for RescheduleMaintenance.
  - `rescheduleType` 'RESCHEDULE_TYPE_UNSPECIFIED' | 'IMMEDIATE' | 'NEXT_AVAILABLE_WINDOW' | 'SPECIFIC_TIME' — Required. If reschedule type is SPECIFIC_TIME, must set up schedule_time as well.
  - `scheduleTime` string, google-datetime — Optional. Timestamp when the maintenance shall be rescheduled to if reschedule_type=SPECIFIC_TIME, in RFC 3339 format, for example `2012-11-15T16:19:00.094Z`.

## Response `200`

Successful response

---

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