Skip to main content

bb-eco reboot

Reboot a Brainboxes device

Usage

bb-eco reboot <device> [options]

Arguments

NameDescription
<device>IP address, MAC address, or device name

Options

OptionDescription
--csvOutput in CSV format
--forceSkip confirmation prompt
--jsonOutput in JSON format
--timeout <timeout>Override default timeout in milliseconds
--verboseEnable verbose/debug output
-?, -h, --helpShow help and usage information

Examples

Reboot a device, skipping the confirmation prompt:

bb-eco reboot 192.168.0.89 --force
Reboot command sent to 192.168.0.89.

The device drops off the network for a few seconds while it restarts, then announces itself again — bb-eco discover --continuous is a handy way to watch it come back.

This page is auto-generated from the live CLI help text. Do not edit by hand - re-run node scripts/gen-cli-reference.mjs after changes. Example sections are maintained in docs/cli-examples/ in the bb-eco repo.