Reboot the local controller for a site
POST/sites/:siteUid/reboot
Sends a reboot command to the local controller (edge device) associated with the specified site. The reboot is executed through Fuzz Secure link connecting the cloud to the edge device.
This operation requires the rebootController permission on the target site.
The response indicates whether the reboot command was successfully sent and includes any output from the remote device.
Request
Responses
- 200
- 403
- 404
- 502
Reboot command sent successfully. Response contains the success status and remote output.
User does not have the rebootController permission on the target site.
Site not found or the site has no associated controller.
Unable to reach the edge device through the secure link.