To remove a Linux device, you’ll need to perform actions on the physical device and in the Esper console. Follow the steps depending on your situation.
In this article:
For Devices Currently Communicating with Esper
Go to the device in Devices & Groups and click on the ellipsis (...) and select Remove Device. Then confirm the prompts.
Refresh the page. The device should be removed from the console.
For reference, these commands run on the device when "Remove Device" reaches the device:
sudo systemctl disable esper-onp.service
sudo systemctl disable esper-telemetry.service
sudo systemctl disable esper-cmse.service
sudo rm /etc/systemd/system/esper*
sudo systemctl daemon-reload
sudo rm -rf /var/lib/esper
sudo rm -rf /var/log/esper*
sudo rebootFor devices no longer communicating with Esper
In Devices & Groups, locate the device and click on the ellipsis (...) under the Actions column.
Click on Remove Device and then confirm the removal. Reach out to Esper with the device ID to remove the device from the Esper cloud.
The physical device will retain the Esper software, but actions performed on the console will no longer work on the device.