deregister_forwarder_agents

Takes a list of agents and deregisters each agent as a forwarding agent.

Format

emcli deregister_forwarder_agents
      -agent_list="agent_list"
[ ]  indicates that the parameter is optional.

Options

  • agent_list

    List of agents that need to be deregistered as forwarders. The agents must be separated by space.

Exit Codes

0 if successful. A non-zero value indicates that verb processing was unsuccessful.

Example

The following example deregisters agent1 and agent2 as forwarding agents.

emcli deregister_forwarder_agents 
      -agent_list="agent1 agent2..."