---
title: "Update a maintenance window status update"
method: PUT
path: "/v1/maintenance-windows/{id}/maintenances/{maintenanceId}/updates/{updateId}"
tags: ["Maintenance windows"]
---

# Update a maintenance window status update

`PUT /v1/maintenance-windows/{id}/maintenances/{maintenanceId}/updates/{updateId}`

Updates a status update for a status-page-visible maintenance window.

## Path parameters

- `id` integer, required
- `maintenanceId` string, required
- `updateId` string, required

## Headers

- `x-checkly-account` string — Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general

## Request body

- MaintenanceWindowUpdateEditPublicPayload
  - `status` 'SCHEDULED' | 'IN_PROGRESS' | 'VERIFYING' | 'COMPLETED' | 'CANCELLED' — The lifecycle status of this update. Optional. When omitted, the stored status is preserved.
  - `description` string, required — A description of the update.

## Response `200`

Successful

- Model284
  - `id` string, required
  - `maintenanceWindowId` number, required
  - `maintenanceId` string, required
  - `status` string, required
  - `description` string, required
  - `notifySubscribers` boolean, required
  - `created_at` string, date, required
  - `previousStatus` string, nullable
  - `previousStartsAt` string, date, nullable
  - `previousEndsAt` string, date, nullable
  - `dateAdjustments` DateAdjustments, nullable
    - `startsAt` string, date
    - `endsAt` string, date

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

---

[API](https://skmtc.net/checklyhq/apis/checkly-public-api.md) · [All operations](https://skmtc.net/checklyhq/apis/checkly-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/checklyhq/checkly-public-api/versions/9e903da4f3da/schema)
