Component Uninstallation
Run the following command as the component installation user to uninstall the component.
pip3 uninstall ascend-faultdiag -y --log ~/.ascend_faultdiag/uninstall.log
To uninstall the component installed by MindCluster Ascend Deployer, delete the binary file as the component installation user.
rm /usr/local/bin/ascend-fd
The ~/.ascend_faultdiag directory stores information such as logs and is not automatically deleted along with component uninstallation. You need to manually delete it.
Parent topic: Installation and Upgrade