bb-eco reboot
Reboot a Brainboxes device
Usage
bb-eco reboot <device> [options]
Arguments
| Name | Description |
|---|---|
<device> | IP address, MAC address, or device name |
Options
| Option | Description |
|---|---|
--csv | Output in CSV format |
--force | Skip confirmation prompt |
--json | Output in JSON format |
--timeout <timeout> | Override default timeout in milliseconds |
--verbose | Enable verbose/debug output |
-?, -h, --help | Show 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.