It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Removing Elastic Cloud Enterprise
editRemoving Elastic Cloud Enterprise
editYou might need to remove Elastic Cloud Enterprise for one of the following reasons:
- If the installation process does not complete successfully and you cannot troubleshoot the issue successfully.
- If you are de-provisioning a host and want to remove the installed Elastic Cloud Enterprise software.
You remove Elastic Cloud Enterprise by removing all Docker containers on the host:
docker rm -f frc-runners-runner frc-allocators-allocator $(docker ps -a -q); sudo rm -rf /mnt/data/elastic/ && docker ps -a
Planning to reinstall Elastic Cloud Enterprise on the host? Make sure you delete the runner from the Cloud UI first, if you haven’t already. Reinstallation can fail if the runner is still associated with your old Elastic Cloud Enterprise installation.