11.7 Uninstall
When you no longer want to use MicroTx, you can uninstall it from the Kubernetes cluster.
Prerequisites
Before you run this command, ensure that you do not need to run MicroTx in your deployment and that there are no active transactions in progress.
Syntax
helm uninstall release_name
Where,
release_name
is the name of the application that you want to uninstall.
Usage Notes
When you run this command, it removes MicroTx from the Kubernetes cluster. Communication between your applications microservices will continue, but any requests sent by the application microservices to MicroTx will fail.Examples
Use the following command to delete the tmm_app
application.
helm uninstall tmm_app
Parent topic: Manage the Transaction Coordinator