v36

OpenAPI 3.1.0raw.githubusercontent.com2026-08-0187270483.0 KB
Function Accuracy

Cancel Score Run

Cancel an in-flight score run.

Transitions the run to cancelled. Function calls already in flight are allowed to finish (best-effort cancellation via the job queue); results from completed pairs may still appear in subsequent GETs.

post/v3/eval/score/{scoreRunID}/cancel

Path parameters

scoreRunIDstring required

The scoreRunID returned by POST /v3/eval/score.

Response

The request has succeeded.

scoreRunIDstring required
status'pending' | 'initializing' | 'running' | 'completed' | 'error' | 'cancelled' required

Status values for an eval-score run.

functionNamestring required
functionVersionNuminteger required