v1

latestOpenAPI 3.1.0MIT2026-07-132429592.7 MB
Evals

Delete an eval run.

delete/evals/{eval_id}/runs/{run_id}

Path parameters

eval_idstring required

The ID of the evaluation to delete the run from.

run_idstring required

The ID of the run to delete.

Response

Successfully deleted the eval run

objectstring
deletedboolean
run_idstring

Example response

{
  "object": "eval.run.deleted",
  "deleted": true,
  "run_id": "evalrun_677469f564d48190807532a852da3afb"
}