Skip to main content
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


Need help?

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

Was this page useful?