---
title: "Update an incident"
method: PUT
path: "/v1/incidents/{id}"
tags: ["Incidents"]
---

# Update an incident

`PUT /v1/incidents/{id}`

Updates an incident.

## Path parameters

- `id` string, required

## Query parameters

- `probe` boolean

## Headers

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

## Request body

- Model268
  - `name` string, required — A name used to describe the incident.
  - `impact` 'MAINTENANCE' | 'MAJOR' | 'MINOR', required — Used to indicate the impact or severity.
  - `startedAt` string, date-time, nullable — Used to indicate when incident starts to be active.
  - `stoppedAt` string, date-time, nullable — Used to indicate when incident turns to inactive.

## Response `200`

Successful

- Model269
  - `name` string, required — A name used to describe the incident.
  - `impact` 'MAINTENANCE' | 'MAJOR' | 'MINOR', required — Used to indicate the impact or severity.
  - `startedAt` string, date-time, nullable — Used to indicate when incident starts to be active.
  - `stoppedAt` string, date-time, nullable — Used to indicate when incident turns to inactive.
  - `dashboardId` number, required — The dashboard ID where the incident will be shown.
  - `id` string, required — The incident universal and unique identificator.
  - `created_at` string, date-time, required — The timestamp when the incident was created.
  - `updated_at` string, date-time, nullable, required — The timestamp when the incident was last updated.
  - `incidentUpdates` string, nullable

## 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)
