runtime.stop
runtime.stop is a browser runtime capability in the runtime namespace.
Availability
- Runtime:
browser - Kind:
lifecycle - Category:
lifecycle - Supported drivers: Playwright, Puppeteer, Stagehand, browser-use
SDK Surface
- SDK path:
runtime.stop - Async: Yes
HTTP Surface
- Transport: resource route
- Route:
POST /workspaces/{id}/runtimes/{alias}/stop - Long-running: No
Arguments
This capability does not take explicit arguments.
Result
- Type:
runtime - Description: Updated runtime metadata after the browser environment stops.
SDK Example
HTTP Example
Related Capabilities
Notes
- Stopping a profile-backed runtime does not delete the underlying browser profile.

