How To
ForgeRock Identity Platform
Does not apply to Identity Cloud
How do I silently remove a Web Agent (All versions)?
The purpose of this article is to provide information on performing a silent, non-interactive removal of a Web Agent.
Silently removing Web agents
If you uninstall a web agent using the --r switch, you are prompted to confirm the removal by entering yes or y. You can prevent this prompt by echoing the answer and piping it to the agentadmin command.
For example, the following commands demonstrate uninstalling agent_1 depending on which operating system you are using:
- Unix® or Linux® system: $ echo y | ./agentadmin --r agent_1
- Microsoft® Windows®: C:\path\to\web_agents\agent_type\bin> echo y | agentadmin.exe --r agent_1
See Also
FAQ: Configuring Agents in Identity Cloud and AM
Related Training
N/A
Related Issue Tracker IDs
AMAGENTS-582 (quiet remove option for yes/no prompts in WPA 5 install)