---
title: "Re-run all current evaluator bindings against a session"
method: POST
path: "/v1/sessions/{session_id}/reevaluate"
tags: ["evals", "evals"]
---

# Re-run all current evaluator bindings against a session

`POST /v1/sessions/{session_id}/reevaluate`

Wipe all existing EvalRuns for this session and re-run the currently
bound evaluators with fresh snapshots. Rejects (409) when any run for
the session is in ``pending`` or ``running`` — caller should wait for
those to terminate first to avoid orphaning an in-flight worker.

## Path parameters

- `session_id` string, uuid, required

## Response `202`

Successful Response

- EvalTaskAcceptedResponse — 202 acknowledgement returned by reevaluate / retry endpoints.
  - `task_id` string, required
  - `status` 'queued'

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `404` — Resource not found
- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/revisions/888bdd5c076e/schema)
