delete eval
delete_evalPermanently delete a finished eval run with its samples, generated answers, and judge verdicts, freeing workspace of unneeded evidence without affecting referenced models.
Instructions
Permanently delete a finished (DONE|ERROR|CANCELLED) eval run together with its samples, generated answers and judge verdicts — for cleaning up runs a customer no longer needs as evidence. DELETE /v1/evals/{id} (API-key scope: evals:write). Returns: 200 {id} of the deleted run. Notes: Requires an OWNER/ADMIN minting user (403 otherwise). A PENDING|RUNNING run is refused with 400 "Cancel it first — a live run can't be deleted." — call POST /v1/evals/{id}/cancel first. 404 if not found in this workspace. Deletion is irreversible and cascades to samples/outputs/verdicts; the models, judges and criteria the run referenced are untouched. After deletion GET /v1/evals/{id}/gate and /evidence return 404. No spend.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The eval run id. |