v4
latestOpenAPI 3.1.02026-08-01207318738.7 KBAI Eval
Archive an eval run
Archive (soft-delete) an eval run. Any non-terminal per-prompt agentic jobs are cancelled as part of the archive (best-effort), and a still-RUNNING run is flipped to CANCELLED before archival. The call is idempotent; archiving an already-terminal or already-archived run is a no-op.
delete/api/v1/ai/eval/runs/{runId}
Path parameters
runIdstring uuid required
The unique identifier of the eval run.
Example:660e8400-e29b-41d4-a716-446655440001
The unique identifier of the eval run.
Response
Run archived successfully.