---
title: "Update Human Evaluation"
method: PUT
path: "/human-evaluations/{evaluation_id}"
tags: ["Human-Evaluations"]
---

# Update Human Evaluation

`PUT /human-evaluations/{evaluation_id}`

Updates an evaluation's status.

Raises:
    HTTPException: If the columns in the test set do not match with the inputs in the variant.

Returns:
    None: A 204 No Content status code, indicating that the update was successful.

## Path parameters

- `evaluation_id` string, required

## Request body

- HumanEvaluationUpdate
  - `status` 'EVALUATION_INITIALIZED' | 'EVALUATION_STARTED' | 'EVALUATION_FINISHED' | 'EVALUATION_FINISHED_WITH_ERRORS' | 'EVALUATION_FAILED' | 'EVALUATION_AGGREGATION_FAILED'

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2025-06-27** `e3e84db47198` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/agenta-ai/apis/agenta-api/changes/human-evaluations/:evaluation_id/put.md)

---

[API](https://skmtc.dev/agenta-ai/apis/agenta-api.md) · [All operations](https://skmtc.dev/agenta-ai/apis/agenta-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agenta-ai/agenta-api/revisions/e3e84db47198/schema)
