Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Mar 13, 2025 12:01:53 AM
Xiaodi_Shi
Mar 13, 2025 12:02:18 AM
For better performance of Talend Runtime Server, you could uninstall Kar files to free up storage space.
This article briefly introuduces How to uninstall kar files from Talend Runtime Server
Prerequiste
For command
kar:uninstall
It is a command used to uninstall a KAR file (identified by a name).
By uninstall, it means that:
For instance, to uninstall the previously installed my-kar-1.0-SNAPSHOT.kar KAR file:
my-kar-1.0-SNAPSHOT.kar
karaf@root()> kar:uninstall my-kar-1.0-SNAPSHOT
Talend Runtime Server
Please run the following karaf commands to clean Kar files from your Repository
#stop running artifact task bundle:list |grep -i <artifact-name>bundle:uninstall <artifact-name | bundle-id>#clean task kar cachekar:list |grep -i <artifact-name>kar:uninstall <artifact-name>
For more information about KAR file, please refer to Apache Content
kar:* commands to manage KAR archives.
Talend ESB