Browsers
Termination
Kernel makes it possible to persist and reuse browser sessions. Browsers not marked for persistence are automatically terminated after your action ends, or the you call browser.close()
on a remote browser.
To terminate a persisted browser, delete it using the browser ID that you specified when creating the browser with persistence:
You can also do this by making a DELETE
request to Kernel’s API:
Or via the SDK:
See the CLI reference for full details.