Cancel a test run
Test Runs
Cancel a test run
Cancels an in-progress test run, recording an optional reason and the cancelling user. Returns 412 when the run is already in a terminal state.
POST
Cancel a test run
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Database ID of the test run.
Required range:
x >= 1Body
application/json
Optional reason for cancelling the test run. Recorded for auditing purposes.
Response
The test run was cancelled.
Confirmation message indicating the test run was cancelled.