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