Skip to main content
POST
Cancel runs

Authorizations

X-Api-Key
string
header
required

Headers

X-Api-Key
string
required

Api key to pass as a X-Api-Key request header.

Body

Runs to cancel (any combination); only queued or running runs are affected. To cancel a whole execution use POST /AgentTestExecution/{executionId}/cancel.

runIds
string[] | null
testIds
string[] | null

Response

Success

Runs actually cancelled

cancelled
string[] | null