Main Content

webapps-uninstall

Uninstall MATLAB Web App Server services at the command line on Windows, Linux, and macOS systems

Since R2020a

Description

webapps-uninstall removes the services associated with MATLAB® Web App Server™ from the system. Executing webapps-uninstall does not uninstall the product.

webapps-uninstall [--version | -v] returns the version of MATLAB Web App Server that is installed.

webapps-uninstall [--help | -h] returns command-line help.

Examples

Uninstall MATLAB Web App Server Services

webapps-uninstall
Uninstallation successful.

Get Version of MATLAB Web App Server

To get the version of MATLAB Web App Server that is installed, at the system command line, type:

webapps-uninstall --version
MATLAB Web App Server (R2024a Release)

Get Command Line Help

To get help for the current command, at the command line, type:

webapps-uinstall --help
Usage:
  webapps-uninstall -h [ --help ]       Display this help message
  webapps-uninstall -v [ --version ]    Display the version of MATLAB Web App Server
  webapps-uninstall                     Uninstall MATLAB Web App Server

More About

collapse all

MATLAB Web App Server Command-Line Script Location

The command-line scripts are located in the script folder in your MATLAB Web App Server installation folder. For instance, the default locations for R2024a are as follows:

Operating SystemDefault Location of Command-Line Scripts

Windows® (Administrator)

C:\Program Files\MATLAB\MATLAB Web App Server\R2024a\script

Linux® (sudo)

/usr/local/MATLAB/MATLAB_Web_App_Server/R2024a/script

macOS (Intel® processor) (sudo)

/Applications/MATLAB/MATLAB_Web_App_Server/R2024a/script

Version History

Introduced in R2020a