runtime.stop

View as Markdown

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

1await runtime.stop();

HTTP Example

1POST /workspaces/{id}/runtimes/{alias}/stop

Notes

  • Stopping a profile-backed runtime does not delete the underlying browser profile.