Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

docs: Uninstall Flynn #3192

Closed
philiplb opened this issue Jul 27, 2016 · 4 comments
Closed

docs: Uninstall Flynn #3192

philiplb opened this issue Jul 27, 2016 · 4 comments

Comments

@philiplb
Copy link
Contributor

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?

@lmars
Copy link
Contributor

lmars commented Jul 27, 2016

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

@lmars lmars closed this as completed Jul 27, 2016
@philiplb
Copy link
Contributor Author

Alright, thank you. :)

@jaimeiniesta
Copy link

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

@lmars
Copy link
Contributor

lmars commented Oct 24, 2016

@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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants