The same installer script removes the Hyperping agent when you pass --uninstall. The service is stopped and deregistered and the binaries are removed, but configuration and state stay on disk so you can reinstall without losing the agent token. Deleting the server from the dashboard is a separate step.
Run on the host:
curl -fsSL https://hyperping.com/install.sh | sh -s -- --uninstallhp-agent.service on Linux, unloads com.hyperping.agent on macOS./etc/systemd/system/hp-agent.service or /Library/LaunchDaemons/com.hyperping.agent.plist./usr/local/bin/ and /usr/local/libexec/.The uninstaller leaves /etc/hyperping/ (including the agent token), /var/lib/hyperping/, and /var/log/hyperping/ untouched. If you plan to reinstall on the same host, keeping these in place lets the agent come back online without re-enrolling.
To purge all Hyperping files:
sudo rm -rf /etc/hyperping /var/lib/hyperping /var/log/hyperpingThe hyperping system user on Linux is harmless, but you can remove it with sudo userdel hyperping if your compliance policy requires it.
Uninstalling is a host-side action. To remove the server entry and stop billing for that slot, open the Servers view, open the server, and click Delete. Deletion invalidates the agent token server-side, so if the binary is still running it will start logging 401s. Run the uninstaller too.