Undeploying the MDS Folder
To undeploy a particular folder from MDS:
1. Open a command prompt and execute the following commands for Linux and Windows respectively. These commands undeploy a folder under PRODUCT_HOME/MDS-Artifacts from the MDS repository.
Linux
cd $PRODUCT_HOME/bin
ant -f DeployUndeployUtility.xml -DInstallProperties=$PRODUCT_HOME/config/InstallProperties.xml UnDeployMDS
Windows
cd %PRODUCT_HOME%\bin
ant -f DeployUndeployUtility.xml -DInstallProperties=%PRODUCT_HOME%\
config\InstallProperties.xml UnDeployMDS
 
2. Pass the folder name to be undeployed. Validate the MDS Folder Name parameter when prompted with default values.
3. Press ENTER to use the default value.