---
title: "Update an existing incident."
method: PUT
path: "/v1/status-pages/incidents/{incidentId}"
tags: ["Status Page Incidents"]
---

# Update an existing incident.

`PUT /v1/status-pages/incidents/{incidentId}`

Updates an incident.

## Path parameters

- `incidentId` 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

- StatusPageV2IncidentCommon
  - `id` string
  - `created_at` string, date
  - `updated_at` string, date
  - `lastUpdateStatus` 'INVESTIGATING' | 'IDENTIFIED' | 'MONITORING' | 'RESOLVED'
  - `name` string, required
  - `severity` 'CRITICAL' | 'MAJOR' | 'MEDIUM' | 'MINOR', required
  - `services` IncidentService[], required
    - `name` string, required
    - `id` string, required
    - `accountId` string, required
    - `created_at` string, date
    - `updated_at` string, date, nullable
  - `duration` integer, nullable

## Response `200`

Successful

- StatusPageV2Incident
  - `name` string, required
  - `severity` 'CRITICAL' | 'MAJOR' | 'MEDIUM' | 'MINOR', required
  - `id` string, required
  - `services` StatusPageV2Service[], required
    - `name` string, required
    - `id` string, required
    - `accountId` string, required
    - `created_at` string, date, required
    - `updated_at` string, date, nullable
  - `incidentUpdates` StatusPageV2IncidentUpdateWithId[], required
    - `description` string, required
    - `status` 'INVESTIGATING' | 'IDENTIFIED' | 'MONITORING' | 'RESOLVED'
    - `publicIncidentUpdateDate` string, date-time
    - `notifySubscribers` boolean
    - `id` string, required
    - `created_at` string, date, required
  - `lastUpdateStatus` 'INVESTIGATING' | 'IDENTIFIED' | 'MONITORING' | 'RESOLVED', required
  - `duration` integer, nullable
  - `created_at` string, date, required
  - `updated_at` 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/revisions/87d29dc7b4fe/schema)
