Removing the agent
Linux OS Packages
CentOS / Fedora / Red Hat
sudo yum remove sd-agent
Your config will be saved in /etc/sd-agent/ and any logs at /var/log/sd-agent/ so you may need to remove these manually.
Debian / Ubuntu
apt-get remove --purge sd-agent
The --purge flag will force the removal of the init scripts and config file. Remove this flag to keep those files.
Mac, FreeBSD and manual installations
The agent installs no extra files into your system so you can delete it by stopping the agent process and then removing the directory the agent files are within:
cd sd-agent
python agent.py stop
cd ../
rm -rf sd-agent/
Windows
There is an entry in Add/Remove Programs from the Windows Control Panel which will uninstall the agent.