# File lib/fog/joyent/models/compute/server.rb, line 60 def reboot requires :id service.reboot_machine(id) true end