Skip to content

Uninstall

If you need to completely remove CoreSight from your server:

  1. Stop and disable the service:
    bash
    sudo systemctl stop coresight
    sudo systemctl disable coresight
  2. Remove the systemd service file:
    bash
    sudo rm /etc/systemd/system/coresight.service
  3. Remove the installation directory:
    bash
    sudo rm -rf /opt/coresight
  4. Remove the dedicated system user:
    bash
    sudo userdel coresight

CoreSight Documentation