| # fx force-ota-from-devhost | |
| force an Over The Air system update from devhost (reboots!) | |
| ```none | |
| This command is essentially an alias for: | |
| fx shell update force-install fuchsia-pkg://devhost/update | |
| This command requires an update server (`fx serve`) to be running in order to succeed. | |
| ``` | |
| [force-ota-from-devhost source code](https://cs.opensource.google/fuchsia/fuchsia/+/main:tools/devshell/contrib/force-ota-from-devhost) |