# File lib/openshift-origin-msg-broker-mcollective/lib/openshift/mcollective_application_container_proxy.rb, line 524
      def get_broker_auth_key_remove_job(app, gear)
        args = Hash.new
        args['--with-app-uuid'] = app.uuid
        args['--with-container-uuid'] = gear.uuid
        job = RemoteJob.new('openshift-origin-node', 'broker-auth-key-remove', args)
        job
      end