Documentation Index
Fetch the complete documentation index at: https://chainstack-mintlify-flesh-empty-pages.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Basic uninstall
Preserve data
To remove the Control Panel but keep the blockchain node data on disk:Preview before deleting
To see what would be deleted without actually deleting anything:Uninstall flags
| Flag | Description | Default |
|---|---|---|
--keep-pvcs | Preserve PersistentVolumeClaims (blockchain node data) | false |
--dry-run | Preview resources to be deleted without deleting | false |
--delete-namespace | Delete the Control Panel namespace after uninstall | false |
--delete-workload-namespace | Delete the workload namespace after uninstall | false |
--workload-namespace | Workload namespace name | <namespace>-deployments |
--force | Force removal: strip finalizers, kill stuck pods, delete namespace | false |
--timeout | Timeout for the uninstall operation | 5m0s |
-y, --yes | Skip confirmation prompts (for automation) | false |
--log-file | Write operations log to a file | — |