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