Skip to main content
POST
Cancel an eval run

Authorizations

Authorization
string
header
required

Can be either an Organization API Key or Personal Access Token (PAT).

Include in the Authorization header as: Bearer YOUR_TOKEN

Path Parameters

runId
string<uuid>
required

The unique identifier of the eval run.

Example:

"660e8400-e29b-41d4-a716-446655440001"

Response

Cancellation processed.

cancelled
integer
required

Number of per-prompt agentic jobs that were cancelled by this request.

Example:

4

run
object
required

The cancelled run. status: CANCELLED and is_archived: true after this call.

total
integer
required

Total number of per-prompt jobs in the run.

Example:

12