Browser

bl quit

Quit the browser entirely — the full-cleanup counterpart to `bl stop`.

Quit the browser entirely — the full-cleanup counterpart to bl stop.

Closes every session (isolated sessions' dedicated browsers
included) and shuts down the shared background browser process.
This ends other sessions too — including ones started by other
terminals or parallel agents — so in shared environments prefer
`bl stop` or `bl session close <name>` unless a full cleanup is
what you want.

Idempotent: quitting when nothing is running reports that and
exits 0. The next browser command after a quit starts fresh.

Usage

bl quit [OPTIONS]

Options

OptionDescription
--jsonOutput as JSON

Global options

OptionDescription
-v, --verboseEnable debug logging

Examples

bl quit
# Close the browser and clean everything up

bl stop
# Gentler: end only the current session (browser stays warm)

On this page