---
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

---

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