To remove MATLAB® Production Server™ Dashboard:
Open a Terminal or Command Window, and navigate to the
dashboard
folder in the MATLAB
Production Server installation directory.
Platform |
Default Directory Where MATLAB Production Server Dashboard is Installed |
---|---|
Windows® (Administrator) |
|
Linux® |
|
Execute the mps-dashboard
script with the
stop
option.
Platform |
Script to Stop Dashboard |
---|---|
Windows (Administrator) |
|
Linux |
|
You need to complete this step only if dashboard is running.
Execute the mps-dashboard
script with the
remove
option.
Platform |
Script to Remove Dashboard |
---|---|
Windows (Administrator) |
|
Linux |
|
You receive a message acknowledging that dashboard was successfully removed.
Attempting to remove the dashboard while it is still running will result in an error.
The procedure will remove the following directories and files from the directory where dashboard was set up:
data mps_workspace .pid
If you run into any issues while removing dashboard, manually delete the
.pid
file and re-run the mps-dashboard
script
with the remove
option.
In Linux, if you started the dashboard using the &
control operator, you don't need to open a new Terminal. The
&
control operator makes command run in the
background.
In Windows, if dashboard is running, you will not have access to the command prompt. Therefore, you need to open a new Command Window to stop any running dashboard instances.
Removing dashboard does not uninstall it from the system. It removes the instance
that was set up. The dashboard remains installed as part of MATLAB
Production Server. If you want to set up the dashboard again, use the
mps-dashboard
script with the setup
option.