Installation
Uninstallation
Completely remove Chainstack Self-Hosted from your Kubernetes cluster using cpctl, including cleanup of persistent volumes and namespace resources.
Last modified on April 13, 2026
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Completely remove Chainstack Self-Hosted from your Kubernetes cluster using cpctl, including cleanup of persistent volumes and namespace resources.
--keep-pvcs if you want to preserve blockchain node data.cpctl uninstall
cpctl uninstall --keep-pvcs
cpctl uninstall --dry-run
| 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 | — |
Was this page helpful?