Uninstall and Upgrade Kyma with a Module ​
This guide shows how to quickly uninstall or upgrade Kyma with specific modules.
NOTE
This guide describes uninstallation and upgrade of standalone Kyma with specific modules. If you are using SAP BTP, Kyma runtime (SKR), read Add and Delete a Kyma Module instead.
Uninstall Kyma with a Module ​
You uninstall Kyma with a module using the kubectl delete command.
Find out the paths for the module you want to delete; for example, from the Install Kyma with a module document.
Delete the module configuration:
bashkubectl delete {PATH_TO_THE_MODULE_CUSTOM_RESOURCE}To avoid leaving some resources behind, wait for the module custom resource deletion to be complete.
Delete the module manager:
bashkubectl delete {PATH_TO_THE_MODULE_MANAGER_YAML_FILE}
Upgrade a Kyma Module ​
To upgrade a Kyma module to the latest version, run the same kubectl commands used for its installation.
Related Links ​
To see the list of all available Kyma modules, go to Kyma modules.