cURL
curl --request POST \ --url https://api.stably.ai/v1/testSuiteRun/cancel \ --header 'Content-Type: application/json' \ --header 'authorization: <api-key>' \ --data ' { "where": { "testSuiteId": "<string>" } } '
{ "cancelled": [ { "testSuiteRunId": "<string>" } ] }
Cancel test suite runs. Provide either testSuiteId to cancel all in-flight and queued runs for a test suite, or testSuiteRunId to cancel a specific run.
Specify either testSuiteId or testSuiteRunId to identify runs to cancel
Show child attributes
Default Response
Test suite runs were cancelled
List of cancelled test suite runs
Was this page helpful?