Movatterモバイル変換


[0]ホーム

URL:


Loading
  1. Elastic Docs/
  2. Deploy and manage/
  3. Uninstall

Uninstall Elastic Cloud Enterprise

This guide provides instructions for uninstalling Elastic Cloud Enterprise from a specific host within an Elastic Cloud Enterprise platform. This process removes the Elastic Cloud Enterprise software from the host but does not uninstall the entire Elastic Cloud Enterprise platform.

You might need to remove Elastic Cloud Enterprise for one of the following reasons:

You can remove Elastic Cloud Enterprise by removing all containers on the host:

  • If using Docker:

    docker rm -f frc-runners-runner frc-allocators-allocator $(docker ps -a -q); sudo rm -rf /mnt/data/elastic/ && docker ps -a
  • If using Podman:

    sudo podman rm -f frc-runners-runner frc-allocators-allocator $(sudo podman ps -a -q); sudo rm -rf /mnt/data/elastic && sudo podman ps -a

If you plan to reinstall Elastic Cloud Enterprise on the host, make sure youdelete the host from the Cloud UI first. Reinstallation can fail if the host is still associated with your old Elastic Cloud Enterprise installation.

Warning

During installation, the system generates secrets that are placed into the/mnt/data/elastic/bootstrap-state/bootstrap-secrets.json secrets file, unless you passed in a different path with the--host-storage-path parameter. Keep the information in thebootstrap-secrets.json file secure by removing it from its default location and placing it into a secure storage location.


[8]ページ先頭

©2009-2026 Movatter.jp