---
title: "POST /api/public/monitoring/stalled-exercises/handle-all"
method: POST
path: "/api/public/monitoring/stalled-exercises/handle-all"
tags: ["Monitoring"]
---

# POST /api/public/monitoring/stalled-exercises/handle-all

`POST /api/public/monitoring/stalled-exercises/handle-all`

Mark many stalled exercises as handled at once.

## Headers

- `Idempotency-Key` string

## Request body

- object
  - `pairs` object[], required — Up to 500 { traineeId, exerciseId } pairs
    - `traineeId` string, required — Trainee id
    - `exerciseId` string, required — Exercise (catalog) id

## Response `200`

Successful response

- object — Successful response
  - `data` object
    - `success` boolean

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `409` — Default Response
- `429` — Default Response
- `500` — Default Response

---

[API](https://skmtc.dev/coach-platform/apis/coach-platform-api.md) · [All operations](https://skmtc.dev/coach-platform/apis/coach-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coach-platform/coach-platform-api/revisions/3d18b514ae8c/schema)
