Cancel a queued run

View as Markdown
Cancel a test run that is still in the queue. Only works for runs with status 'queued'.

Authentication

AuthorizationBearer
API key authentication using Bearer token format

Path parameters

idstringRequiredformat: "uuid"
Test run ID

Response

Run cancelled
idstringformat: "uuid"
statusenum
Allowed values:

Errors

400
Bad Request Error
401
Unauthorized Error
409
Conflict Error
429
Too Many Requests Error
500
Internal Server Error
504
Gateway Timeout Error