I am trying to uninstall the cloudflared service I installed on my ubuntu machine, using the command:
sudo cloudflared service uninstall
This is the output after running the uninstall:
INF Using Systemd
INF Service ‘cloudflared-update.timer’ not installed, skipping its uninstall
INF Service ‘cloudflared.service’ not installed, skipping its uninstall
INF Service ‘cloudflared-update.service’ not installed, skipping its uninstall
INF Linux service for cloudflared uninstalled successfully
If I try to install the service again, as a test, with sudo cloudflared service install
I get the error:
cloudflared service is already installed at /etc/systemd/system/cloudflared.service; if you are running a cloudflared tunnel, you can point it to multiple origins, avoiding the need to run more than one cloudflared service in the same machine; otherwise if you are really sure, you can do
cloudflared service uninstall
to clean up the existing service and then try again this command