---
title: "Cancel Benchmark Evaluation"
method: POST
path: "/felix/benchmarks/evaluate/{evaluation_id}/cancel"
tags: ["felix"]
---

# Cancel Benchmark Evaluation

`POST /felix/benchmarks/evaluate/{evaluation_id}/cancel`

Cancel a running benchmark evaluation.

## Path parameters

- `evaluation_id` string, required

## Response `200`

Successful Response

- CancelBenchmarkResponse — Response model for canceling a benchmark evaluation
  - `success` boolean, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pioneer/apis/brain-api.md) · [All operations](https://skmtc.net/pioneer/apis/brain-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pioneer/brain-api/versions/31dfe831e079/schema)
