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