---
title: "Update alarm status"
method: POST
path: "/alarms/{alarm_id}/status"
tags: ["Alarms"]
---

# Update alarm status

`POST /alarms/{alarm_id}/status`

## Path parameters

- `alarm_id` string, required

## Request body

- object
  - `status` 'CANCELED', required
  - `pin` string — If provided we will verify its correctness before allowing the alarm to be canceled. If not provided, we will allow the alarm to be canceled.

## Response `201`

Created

- object
  - `status` string
  - `created_at` string, date

---

[API](https://skmtc.net/noonlight/apis/dispatch-api.md) · [All operations](https://skmtc.net/noonlight/apis/dispatch-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/noonlight/dispatch-api/versions/5b0597c14df6/schema)
