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