⚠️ Homebrew support is being deprecated. Solo will stop publishing updates to Homebrew after August 31, 2026. Install via npm install -g @hiero-ledger/solo@latest instead. See System Readiness for full install instructions.

SOLO-3010

NetworkDestroyFailedSoloError — Component

NetworkDestroyFailedSoloError

CodeSOLO-3010
CategoryComponent
OwnershipInfrastructure
RetryableNo

Description

Thrown when solo consensus network destroy cannot tear down the consensus network; the underlying failure is wrapped in cause. Destroy uninstalls the network Helm release and removes its consensus node pods and resources, so this means teardown did not complete — for example a Helm release could not be removed or the cluster API was unreachable.

Troubleshooting Steps

  1. Check remaining Helm releases: helm list -A
  2. Check for stuck namespaces: kubectl get namespaces
  3. Manually clean up: helm uninstall -n
  4. Review solo logs: tail -n 100 ~/.solo/logs/solo.log