Uninstall OpenEdge Command Center agents
- Last Updated: September 5, 2025
- 2 minute read
- OpenEdge Command Center
- Version 2.0
- Documentation
The uninstall executable file consolidates and
formalizes the actions required to remove an OpenEdge Command Center agent instance. The
uninstall file is located in the uninstall subdirectory of the agent installation
directory.
Uninstall OpenEdge Command Center agent on Windows
- Navigate to the uninstall directory and locate the
Uninstall Progress OpenEdge Command Center Agentexecutable file. - Run the
Uninstall Progress OpenEdge Command Center Agentfile as an administrator. - Follow the Uninstall OpenEdge Command Center wizard.
- After the uninstallation is complete, the Uninstall
Complete screen displays the message:
All items were successfully uninstalled. Click Done to exit.
On Windows platforms, you can also uninstall the agent by completing the following steps:
- Select the Start button, then choose .
- Scroll to and select Progress OpenEdge Command Center Agent, then click Uninstall.
After you uninstall the agent, it still remains listed on the Discovered Resources panel and on the OECC Agents page with a status as OFFLINE. To completely remove the agent, you must manually delete its entry from the OECC Agents page. For details, see Unregister an agent.
Uninstall OpenEdge Command Center agent on UNIX
To uninstall the OpenEdge Command Center agent on the UNIX platform:
- Open a command window and change to the
uninstallsubdirectory of the agent installation directory. For example:prompt> cd /usr/oecc/agent/uninstall - To uninstall the OpenEdge Command Center agent, type the following command:
- On UNIX or Linux:
./Uninstall Progress OpenEdge Command Center Agent -i mode - On AIX
./Uninstall_Progress_OpenEdge_Command_Center_Agent -i mode
- On UNIX or Linux:
In the preceding command, mode represents one of the following parameters:
gui—Launches the uninstaller in GUI mode and prompts you for responses before uninstalling.console—Launches the uninstaller in console mode and displays prompts in the console.silent—Launches the uninstaller in silent mode and proceeds with the uninstall using default settings without prompting for any input. Response files are not supported and will be ignored if provided.
After you uninstall the agent, it still remains listed on the Discovered Resources panel and on the OECC Agents page with a status as OFFLINE. To completely remove the agent, you must manually delete its entry from the OECC Agents page. For details, see Unregister an agent.
- If the agent was installed silently, then by default the uninstall process also runs silently.