Flynn: docs: Uninstall Flynn

Created on 27 Jul 2016  ·  4Comments  ·  Source: flynn/flynn

Hi,
there might be situations where I want to uninstall Flynn completly without anything left over. Like removing a single machine from a cluster and giving it a new task. Is there a way to do this?

kinquestion

Most helpful comment

You can remove Flynn completely by running the install script with --remove:

$ curl -fsSL -o /tmp/install-flynn https://dl.flynn.io/install-flynn
$ sudo bash /tmp/install-flynn --remove

All 4 comments

You can remove Flynn completely by running the install script with --remove:

$ curl -fsSL -o /tmp/install-flynn https://dl.flynn.io/install-flynn
$ sudo bash /tmp/install-flynn --remove

Alright, thank you. :)

How can I uninstall the flynn client from my mac? This script says ERROR: this script is only compatible with Ubuntu 14.04 LTS, Trusty Tahr

@jaimeiniesta the install script is for nodes in a cluster, you can uninstall the Flynn CLI by just deleting it:

$ rm $(which flynn)

You may also want to remove ~/.flynnrc and ~/.flynn, that will remove access to any clusters you have configured though.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

michaelyork picture michaelyork  ·  5Comments

amingilani picture amingilani  ·  4Comments

tuukkamustonen picture tuukkamustonen  ·  5Comments

Kentoseth picture Kentoseth  ·  4Comments

IsNull picture IsNull  ·  5Comments