AI Quality Check
Cancel a specific test run by ID
PATCH /aiQualityCheck/testRun/{testRunId}/cancel
PATCH /aiQualityCheck/testRun/{testRunId}/cancel
Cancels a test run that is currently in 'scheduled' or 'processing' state. All pending test tickets will be cancelled and the test run will be set to 'cancelled' state.
Path parameters
testRunIdintegerpathrequiredNo description.
Responses
200 — Successful operation
Response Example
{
"success": true,
"message": "Test run cancelled successfully"
}400 — Test run cannot be cancelled in its current state
404 — Test run not found
500 — Internal error