# File lib/fog/compute/models/voxel/server.rb, line 46 def reboot requires :id connection.devices_power(id, :reboot) true end