How do I uninstall or remove MATLAB Production Server?

164 views (last 30 days)

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 15 Apr 2022
MATLAB Production Server installs libraries and a set of scripts to create and run a server instance in the background. In short, you need to stop the server instance, remove any services and server instances created, then remove or uninstall the installation directory.
To uninstall or remove MATLAB Production Server, you can take the following steps.
1. Run
mps-stop
to stop the server instance : https://www.mathworks.com/help/mps/server/mpsstop.html
2. Delete the server instance directory that was created during initial setup.
3. (Windows only) run mps-service clean : https://www.mathworks.com/help/mps/server/mpsservice.html
4. Delete MATLAB Production Server installation directory. (Windows only) use the uninstaller located C:\Program Files\MATLAB\MATLAB Production Server\R20XXx\\uninstall\uninstall.exe
This procedure does not remove any MATLAB Runtime(s) installed. They need to be removed separately.
How do I uninstall or silently uninstall MATLAB Runtime v9.9 or later?
https://www.mathworks.com/matlabcentral/answers/644933-how-do-i-uninstall-or-silently-uninstall-matlab-runtime-v9-9-or-later

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!