Eval runs
Cancel a run
Request cancellation of an in-flight run; marks the run and its pending/running iterations cancelled. A no-op success when the run is already cancelled; returns 409 when the run already reached a terminal status (completed/failed/timed_out).
post/projects/{projectId}/eval-runs/{runId}/cancel
Path parameters
projectIdstring required
ID of the hosted project that contains the server.
runIdstring required
Eval run ID, as returned by POST /eval-runs.
Response
The cancelled run.