Zum Hauptinhalt springen
PATCH
/
aiQualityCheck
/
testRun
/
{testRunId}
/
stop
Stop a specific test run by ID
curl --request PATCH \
  --url https://demo.enneo.ai/api/mind/aiQualityCheck/testRun/{testRunId}/stop \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Test run stopped successfully"
}

Authorizations

Authorization
string
header
required

JWT-based authentication

Path Parameters

testRunId
integer
required

Response

Successful operation

success
boolean
Example:

true

message
string
Example:

"Test run stopped successfully"