These instructions will assist with the manual removal of the Telegraf Agent from endpoints without access to the Aria Operations Environment.
Aria Operations 8.x
For Linux:
root
systemctl stop ucp-minion
systemctl stop ucp-salt-minion
systemctl stop ucp-telegraf
systemctl disable ucp-minion
systemctl disable ucp-salt-minion
systemctl disable ucp-telegraf
rm /etc/systemd/system/ucp-minion.service
rm /etc/systemd/system/ucp-salt-minion.service
rm /etc/systemd/system/ucp-telegraf.service
systemctl daemon-reload
rm -r /opt/vmware/ucp
For Windows:
SC STOP ucp-minion
SC STOP ucp-salt-minion
SC STOP ucp-telegraf
SC DELETE ucp-minion
SC DELETE ucp-salt-minion
SC DELETE ucp-telegraf