---
title: "Stop evaluation"
method: GET
path: "/evaluations/{evaluation_id}/stop"
tags: ["Evaluations"]
---

# Stop evaluation

`GET /evaluations/{evaluation_id}/stop`

Stops a running evaluation

## Path parameters

- `evaluation_id` string, required

## Response `200`

Evaluation successfully stopped

- MessageResponse — Simple message response
  - `message` string, required — Response message

## Other responses

- `400` — Invalid ID supplied or evaluation cannot be stopped
- `401` — Unauthorized - Invalid or missing authentication
- `404` — Evaluation not found

---

[API](https://skmtc.net/smartly/apis/smartly-ai-apis.md) · [All operations](https://skmtc.net/smartly/apis/smartly-ai-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartly/smartly-ai-apis/revisions/1e26909d86c9/schema)
