def reboot(response)
          id = response.args[2]

          do_response = do_call(response) do |client|
            client.droplets.reboot(response.args[2])