---
title: "Terminate Alarm"
method: POST
path: "/v1/alarms/{alarm-id}/terminate"
tags: ["Alarms"]
---

# Terminate Alarm

`POST /v1/alarms/{alarm-id}/terminate`

Terminate an alarm.

## Path parameters

- `alarm-id` integer, required

## Response `204`

Successful termination of alarm.

## Other responses

- `401` — Unauthorized
- `403` — User does not have read access to alarm or alarm's source object
- `404` — Alarm with given ID does not exist

---

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