v1

latestOpenAPI 3.1.02026-07-2618690613.4 KB
AI 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/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.

is_archivedtrue required

Always true on success — the run has been archived.