# File lib/api/right_flexiscale_api.rb, line 487
    def stop_start_server(server_name, notes='')
      perform_request do
        @api.stopStartServer(server_name, notes)
      end
    end