v1

latestSwagger 2.02026-08-06114111152.5 KB
Codeless tests

Stop a running Codeless test

Force-stops an in-flight Codeless test run. Optional browser_id stops only the run on a specific browser.

put/v1/lab/{id}/stop

Path parameters

idinteger required

Numeric Codeless test ID.

Request body

browser_idinteger

Only stop the run on this browser_id (omit to stop all).

Response

Stop a running Codeless test

successboolean required

Whether the operation succeeded.

errorsobject required

Validation errors keyed by field name. Only present when success is false.

errorstring required

Single human-readable reason, used by the older endpoints in place of errors. Only present when success is false.