Skip to content

Unistalling DCOS

Amit Pandit edited this page Jan 21, 2019 · 2 revisions

Please find the steps to uninstall DCOS

The DC/OS installation creates the following folders. So remove them all :

  • >> cd /opt/ && rm -rf mesos*

  • >> cd /etc/systemd/system/ && rm -rf dcos*

  • >> cd /etc/systemd/system/ && rm -rf dcos*

  • >> cd /var/lib/ && rm -rf dcos*

  • >> cd /var/lib/ && rm -rf mesos*

  • >> ps -ef | grep dcos

Kill all the process associated with dcos

Alright ! You are good now to try with the installation again if you want.

Clone this wiki locally