Skip to main content
POST
/
api
/
v1
/
execution
/
tests
/
status
/
cancel
/
{task_id}
Cancel Test
curl --request POST \
  --url https://backend.revyl.ai/api/v1/execution/tests/status/cancel/{task_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "task_id": "<string>",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

task_id
string
required

Response

Successful Response

Response model for test cancellation.

success
boolean
required
message
string
required
task_id
string
required
status
string | null