---
title: "Acknowledge all checks for a specific monitor"
method: PUT
path: "/checks/{action}/{monitorId}"
tags: ["checks"]
---

# Acknowledge all checks for a specific monitor

`PUT /checks/{action}/{monitorId}`

Acknowledge all checks for a specific monitor

## Path parameters

- `action` 'ack', required
- `monitorId` string, required

## Request body

- object
  - `ack` boolean, required — Acknowledgement status to set

## Response `200`

Checks acknowledged successfully

- object
  - `success` boolean
  - `msg` string
  - `data` object — Updated checks information

## Other responses

- `401` — Authentication required or token invalid
- `404` — Resource not found
- `500` — Internal server error

## Changes

- **2026-01-19** `32614017d73a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/bluewave-labs/apis/checkmate-api/changes/checks/:action/:monitorId/put.md)

---

[API](https://skmtc.dev/bluewave-labs/apis/checkmate-api.md) · [All operations](https://skmtc.dev/bluewave-labs/apis/checkmate-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bluewave-labs/checkmate-api/revisions/8e4e53495dc9/schema)
