Removing MarkLogic Server
- Last Updated: April 21, 2026
- 1 minute read
- MarkLogic Server
- Version 12.0
- Documentation
To remove MarkLogic Server from your system, follow the steps for the corresponding platform:
- Stop MarkLogic Server.
-
Uninstall MarkLogic Converters (if applicable):
Platform
Steps
Windows
-
Go to Windows Control Panel.
-
Under Programs, click Uninstall a program.
-
Right-click on MarkLogic Converters and click Uninstall.
Red Hat Linux
As the
rootuser, enter this command:yum remove MarkLogicConvertersFor environments that do not allow a
yumuninstallation, use therpmuninstall:As the
rootuser, enter this command:rpm -e MarkLogicConverters -
-
Uninstall MarkLogic Server:
Platform
Steps
Windows
-
Go to Windows Control Panel.
-
Under Programs, click Uninstall a program.
-
Right-click on MarkLogic Server and click Uninstall.
Red Hat Linux
As the
rootuser, enter this command:yum remove MarkLogicFor environments that do not allow a
yumuninstallation, use therpmuninstall:As the
rootuser, enter this command:rpm -e MarkLogic -
Note:
Using this procedure to remove MarkLogic Server from your system will not remove user data (configuration information, XQuery files used by HTTP or XDBC servers, or forest content). This data is left in place to simplify the software upgrade process. If you wish to remove the user data, then you must do so manually using standard operating system commands.