v1
latestOpenAPI 3.1.02026-07-22106199311.5 KBTest Execution
Cancel Test Execution
Cancel a test execution, optionally forcing the termination
patch/v1/projects/{projectId}/test-executions/{testExecutionId}
Path parameters
projectIdstring required
The UUID of the test execution's project
testExecutionIdstring uuid required
ID of the test execution, as returned when executing a test
Request body
Example request
{
"status": "CANCELLED"
}Response
Test execution cancelled successfully
Example response
{
"testExecutionId": "1398aa31-af57-4a6a-9752-27c2e8556c3f"
}