Skip to main content
this document is for:

Deployment: Invicti Platform on-premises

Uninstallation using Helm

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


Need help?

Invicti Support team is ready to provide you with technical help. Go to Help Center

Was this page useful?