---
title: "Evaluation Run Finish"
method: POST
path: "/v2/{entity}/{project}/evaluation_runs/{evaluation_run_id}/finish"
tags: ["Evaluation Runs"]
---

# Evaluation Run Finish

`POST /v2/{entity}/{project}/evaluation_runs/{evaluation_run_id}/finish`

Finish an evaluation run.

## Path parameters

- `entity` string, required
- `project` string, required
- `evaluation_run_id` string, required

## Request body

- EvaluationRunFinishBody — Request body for finishing an evaluation run via REST API. This model excludes project_id and evaluation_run_id since they come from the URL path in RESTful endpoints.
  - `summary` object, nullable — Optional summary dictionary for the evaluation run

## Response `200`

Successful Response

- EvaluationRunFinishRes
  - `success` boolean, required — Whether the evaluation run was finished successfully

## Other responses

- `422` — Validation Error

## Changes

- **2026-02-02** `56745769989b` — 1 info
  - endpoint added
- **2026-01-07** `3758bf263a5e` — 1 breaking
  - api path removed without deprecation
- **2026-01-07** `d6e39f7c717d` — 1 info
  - api operation id `evaluation_run_finish` removed and replaced with `evaluation_run_finish_v2__entity___project__evaluation_runs__evaluation_run_id__finish_post`
- **2025-11-14** `e444bf379e61` — 1 info
  - endpoint added
- **2025-11-14** `b6cf2a1c4dac` — 1 breaking
  - api path removed without deprecation

[Full history](https://skmtc.dev/wandb/apis/fastapi/changes/v2/:entity/:project/evaluation_runs/:evaluation_run_id/finish/post.md)

---

[API](https://skmtc.dev/wandb/apis/fastapi.md) · [All operations](https://skmtc.dev/wandb/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wandb/fastapi/revisions/56745769989b/schema)
