---
title: "Stop but not complete an active session (pause attempt)"
method: POST
path: "/LessonReport/StopSession"
tags: ["LessonReport"]
---

# Stop but not complete an active session (pause attempt)

`POST /LessonReport/StopSession`

## Headers

- `X-Version` string

## Request body

- StopSessionRequest
  - `lessonId` integer, required — lesson identifier

## Response `200`

session stopped

## Other responses

- `400` — if no session is active unless sessionId provided
- `401` — if unauthorized

---

[API](https://skmtc.dev/eon-xr/apis/eonxr-api.md) · [All operations](https://skmtc.dev/eon-xr/apis/eonxr-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eon-xr/eonxr-api/revisions/538c75161c64/schema)
