---
title: "Add a new incident update to a specific incident."
method: POST
path: "/v1/status-pages/incidents/{incidentId}/incident-updates"
tags: ["Status Page Incidents"]
---

# Add a new incident update to a specific incident.

`POST /v1/status-pages/incidents/{incidentId}/incident-updates`

Creates a new update for 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

- StatusPageV2IncidentUpdate
  - `id` string
  - `description` string, required
  - `status` 'INVESTIGATING' | 'IDENTIFIED' | 'MONITORING' | 'RESOLVED'
  - `publicIncidentUpdateDate` string, date-time
  - `created_at` string, date
  - `notifySubscribers` boolean

## Response `200`

Successful

- StatusPageV2IncidentUpdate
  - `id` string
  - `description` string, required
  - `status` 'INVESTIGATING' | 'IDENTIFIED' | 'MONITORING' | 'RESOLVED'
  - `publicIncidentUpdateDate` string, date-time
  - `created_at` string, date
  - `notifySubscribers` boolean

## 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/9e903da4f3da/schema)
