Runtime Commands

View as Markdown

Create, start, stop, configure, and drive browser runtimes.

Output formatting flags (--json, --jq, and --template) are documented once in Output Formatting and are omitted from the tables below.

bctrl runtime list

List runtimes

$bctrl runtime list [flags]
FlagDescription
-L, --limit <number>Maximum number of results to return
--cursor <cursor>Pagination cursor

bctrl runtime create

Create a runtime

$bctrl runtime create

bctrl runtime get

Get a runtime

$bctrl runtime get <runtimeId>

bctrl runtime patch

Update a runtime

$bctrl runtime patch <runtimeId>

bctrl runtime delete

Delete a runtime

$bctrl runtime delete <runtimeId> [flags]
FlagDescription
-y, --yesConfirm deletion

bctrl runtime start

Start a runtime

$bctrl runtime start <runtimeId>

bctrl runtime stop

Stop a runtime

$bctrl runtime stop <runtimeId>