You can remove modules from Plesk in two ways: from the control panel (recommended), and from the command line.
To remove a module using a control panel:
To remove a module from the command line:
/plesk_installation_directory/admin/bin/modulemng --remove --module=<module_codename>
.Example:
/usr/local/psa/admin/bin/modulemng --remove --module=cs-gs
You can look up a module's codename by running the following command:
# echo "SELECT name, display_name FROM psa.Modules;" | mysql -u admin –p<admin_password> psa