Cancels in-progress Playwright runs within the specified test session. Use the optional sequenceId field in the request body to cancel only specific results within the session; omit it to cancel everything still running.
Returns 204 No Content once the cancellation requests have been dispatched. Returns 404 Not Found if the test session does not exist.
Test sessions are recorded withDocumentation Index
Fetch the complete documentation index at: https://checklyhq.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
checkly test, checkly trigger, and checkly pw-test. Cancellation applies only to the session’s Playwright Check Suite runs — any URL, API, Browser, Multistep, Heartbeat, TCP, DNS, or ICMP runs continue until they finish normally.
See Cancellation for how cancelled runs affect alerts, metrics, and the CANCELLED session status.The Checkly Public API uses API keys to authenticate requests. You can get the API Key here. Your API key is like a password: keep it secure!
Authentication to the API is performed using the Bearer auth method in the Authorization header and using the account ID.
For example, set Authorization header while using cURL: curl -H "Authorization: Bearer [apiKey]" "X-Checkly-Account: [accountId]"
Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general
Test session ID.
Subset of sequence IDs to cancel. Omit to cancel all in-progress sequences.
1Cancellation accepted.