---
title: "Archive an evaluator"
method: POST
path: "/v1/evaluators/{evaluator_id}/archive"
tags: ["evals", "evals"]
---

# Archive an evaluator

`POST /v1/evaluators/{evaluator_id}/archive`

## Path parameters

- `evaluator_id` string, uuid, required

## Response `200`

Successful Response

- EvaluatorResponse
  - `id` string, uuid, required
  - `organization_id` string, uuid, required
  - `name` string, required
  - `kind` string, required
  - `format` string, required
  - `description` string, nullable, required
  - `owner` string, nullable, required
  - `status` string, required
  - `config` object
  - `prompt` string, nullable, required
  - `threshold` number, nullable, required
  - `severity` string, required
  - `judge_model_override` string, nullable, required
  - `tags` string[]
  - `created_by` string, uuid, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## 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/versions/888bdd5c076e/schema)
