Function Accuracy

Cancel a model comparison

Cancel a comparison.

Cancels every entry's still-running scoring run. Entries that already finished keep their results; the comparison's status becomes cancelled. Returns the updated comparison.

post/v3/model-comparisons/{comparisonID}/cancel

Path parameters

comparisonIDstring required

The comparisonID returned by POST /v3/model-comparisons.

Response

The request has succeeded.

comparisonIDstring required
namestring
status'pending' | 'running' | 'complete' | 'partial' | 'cancelled' | 'error' required

Rolled-up status of a comparison, derived from its entries' scoring runs.

Changes

Changed in 1 of the 42 revisions of this API.1