this document is for:
Deployment: Invicti Platform on-premises
Part of Helm installation series
This is part 9 of 10 in the Helm installation series.
Previous: Troubleshooting | Next: Update
Remove the Helm release:
helm uninstall invicti-platform -n invicti
Delete persistent data (optional):
# Delete PersistentVolumeClaims
kubectl delete pvc -n invicti --all
# Delete namespace (removes all resources)
kubectl delete namespace invicti
warning
Uninstallation will permanently delete all scan data, configurations, and user data. Ensure you have backups before proceeding.
Cleanup registry credentials:
helm registry logout platform-registry.invicti.com
Next steps
If you need to redeploy or update your installation, see the Update guide:
→ Continue to Update
Complete Helm installation series
- Part 1: Architecture
- Part 2: Prerequisites
- Part 3: Kubernetes requirements
- Part 4: Pre-installation checklist
- Part 5: Installation
- Part 6: Post-installation
- Part 7: Trustlist configuration
- Part 8: Troubleshooting
- Part 9: Uninstallation ← You are here
- Part 10: Update
Need help?
Invicti Support team is ready to provide you with technical help. Go to Help Center
Was this page useful?