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