---
title: "Stop one or more test sessions."
method: POST
path: "/tests/stop"
tags: ["Test sessions"]
---

# Stop one or more test sessions.

`POST /tests/stop`

## Request body

- SessionStopRequest — Request to stop one or more test sessions.
  - `session` string[], required — The identifier(s) of the test session(s) to stop.

## Response `200`

Test session(s) successfully stopped.

## Other responses

- `default` — The received request was invalid.

## Changes

- **2024-08-26** `47017afa7060` — 1 info
  - removed the non-success response with the status `400`
- **2022-06-27** `06f633c06bcd` — 2 info
  - added the non-success response with the status `400`
  - removed the non-success response with the status `429`

[Change history](https://skmtc.dev/ec-jrc/apis/interoperability-test-bed-rest-api/changes/tests/stop/post.md)

---

[API](https://skmtc.dev/ec-jrc/apis/interoperability-test-bed-rest-api.md) · [All operations](https://skmtc.dev/ec-jrc/apis/interoperability-test-bed-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ec-jrc/interoperability-test-bed-rest-api/revisions/eb833264bced/schema)
