• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

uninstall application vault

N

noworyz

Guest
I installed the application vault thinking I had it in my license and I did not and am now wondering how to uninstall it? Can someone please let me know how to do this?

Thanks
 
Hello,

You need to manually remove them with "rpm -e" on red-hat like systems or with "dpkg -r" on a debian/ubuntu. No automatic uninstallation is available.
The list of the applications can be taken from Plesk CP - Server - Application vault.
 
and that is to uninstall the actual application vault itself and not just an application within the vault correct?
 
Yes, that's correct.
For example to remove Mambo:
rpm -e Mambo-4.6.2-82003
 
Back
Top