| # fx reboot | |
| reboot a target fuchsia system | |
| ```none | |
| usage: fx reboot [-r|--recovery] [-b|--bootloader] | |
| -r|--recovery Reboot into recovery image | |
| -b|--bootloader Reboot into bootloader | |
| This will reboot the device specified with `fx set-device`; otherwise | |
| one of the devices on the link-local network. | |
| ``` | |
| [reboot source code](https://cs.opensource.google/fuchsia/fuchsia/+/main:tools/devshell/reboot) |