---
title: "Trigger a new evaluation run against a suite"
method: POST
path: "/v1/knowledge-base/evals/suites/{suite_id}/runs"
tags: ["knowledge-base-evals"]
---

# Trigger a new evaluation run against a suite

`POST /v1/knowledge-base/evals/suites/{suite_id}/runs`

## Path parameters

- `suite_id` string, uuid, required

## Request body

- KBEvalRunCreate
  - `kb_ids` string[], required
  - `prefer_draft` boolean
  - `version_overrides` object, nullable
  - `generator_model_override` string, nullable
  - `judge_model_override` string, nullable

## Response `201`

Successful Response

- KBEvalRunCreateResponse
  - `run_id` string, uuid, required
  - `status` string, required

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `404` — Resource not found
- `409` — An in-flight run with the same config already exists.
- `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/9cd7291d4228/schema)
