---
title: "Update alert status"
method: PATCH
path: "/alerts/{alert_id}"
tags: ["alerts"]
---

# Update alert status

`PATCH /alerts/{alert_id}`

Transition an alert to viewed, acknowledged, resolved, or dismissed.

## Path parameters

- `alert_id` string, required

## Request body

- object
  - `status` 'viewed' | 'acknowledged' | 'resolved' | 'dismissed', required — New status

## Response `200`

Success

- object — Response data

## Other responses

- `400` — Validation error
- `401` — Unauthorized
- `500` — Unexpected error

---

[API](https://skmtc.net/getpg/apis/pg-ai-public-api.md) · [All operations](https://skmtc.net/getpg/apis/pg-ai-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getpg/pg-ai-public-api/revisions/cc47d013c073/schema)
