# File lib/fog/clodo/requests/compute/reboot_server.rb, line 5 def reboot_server(id, type) body = {'reboot' => {}} server_action(id, body) end