# File lib/fog/rackspace/models/compute/server.rb, line 62 def reboot(type = 'SOFT') requires :id service.reboot_server(id, type) true end