Remove MATLAB Production Server Dashboard

To remove MATLAB® Production Server™ Dashboard:

  1. 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)

    C:\Program Files\MATLAB\MATLAB Production Server\R2017b\dashboard

    Linux®

    /usr/local/MATLAB/MATLAB_Production_Server/R2017b/dashboard

  2. Execute the mps-dashboard script with the stop option.

    Platform

    Script to Stop Dashboard

    Windows (Administrator)

    > mps-dashboard.bat stop

    Linux

    $ ./mps-dashboard.sh stop

    Note

    You need to complete this step only if dashboard is running.

  3. Execute the mps-dashboard script with the remove option.

    Platform

    Script to Remove Dashboard

    Windows (Administrator)

    > mps-dashboard.bat remove

    Linux

    $ ./mps-dashboard.sh remove

    You receive a message acknowledging that dashboard was successfully removed.

    Note

    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.

Note

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.

Note

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.

Related Topics

Was this topic helpful?