reboot vera using http commands

Hi, i would liket to know if there is a way to reboot a vera using a http command
(like http://veraip:3480/data_request?id=reload), but for rebooting the vera

let me know if you know how please

It’s very easy to write a short HTTP handler which runs in Lua Startup to acts on a specific HTTP request and run a ‘reboot’ command. Depending on your system this may do the trick.

If you run the AltUI plugin and interface, there is already a reboot command built in, which does exactly this.