Uninstall Linux Forwarder
These instructions cover removal of the Stairwell Linux Forwarder.
Uninstallation:
- Stops the service
 - Removes the package
 - Optionally deletes all configuration and logs
 
After removal, the asset appears as “uninstalled” in the Stairwell web app.
Step 1: Stop the Service
sudo systemctl stop stairwell.service
sudo service stairwell stopStep 2: Remove the Package
Debian / Ubuntu
sudo apt purge stairwellRHEL, Rocky, Alma
sudo rpm -e stairwell
sudo yum remove stairwellConfiguration files are not automatically removed on RHEL systems.
Step 3: (RHEL Only) Remove Configuration Files
sudo rm -rf /etc/stairwell/
sudo rm -rf /var/log/stairwell/✅ After these steps, the Stairwell forwarder is fully removed.
Updated about 8 hours ago
