Cancels in-progress Playwright Check Suite runs within the specified check session. Use the optional sequenceId field in the request body to cancel only specific parallel runs 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 check session does not exist.
Check sessions are started by the UI “Schedule now” button andDocumentation 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 deploy.
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
Check session ID.
Subset of sequence IDs to cancel. Omit to cancel all in-progress sequences.
1Cancellation accepted.