Skip to main content
POST
cURL
Cancel an ongoing run by specifying the run_id. This endpoint allows you to stop a test run that is in progress if you need to terminate it before its scheduled completion.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

run_id
integer<int64>
required

ID of run to cancel

Response

Run cancellation response

run_id
integer

ID of the cancelled run

status
string

Status of the cancellation operation