undeploy_plugin_from_server
Undeploys a plug-in from the Oracle Management Server.
Note:
You need to undeploy the plug-in from all Management Agents before you can undeploy it from the management server.
Format
emcli undeploy_plugin_from_server 
        -plugin="plug-inId"[:"pluginVersion"]
        [-sys_password="sys_password"]
[ ]  indicates that the parameter is optionalOptions
- 
                        plugin This is of the form -plugin=<oracle.sysman.db:12.1.0.1.0> where the plug-in id (like oracle.sysman.db) is a required parameter and the version is optional. You do not need to provide a version in the -plugin="plugin_id" field, because at any given time, only one version of the plug-in can be deployed on the management server. Therefore, the version is implicit. Contrast this with providing a version during deployment, because you could have downloaded more than one version. 
- 
                        sys_password The repository sys user password. If not provided at the console, it will be prompted for. 
Examples
Example 1
This example undeploys the "oracle.sysman.db2" plug-in from the Oracle Management Server.
undeploy_plugin_from_server -plugin="oracle.sysman.db2" -sys_password=welcome
Example 2
This example prompts you for sys_password.
emcli undeploy_plugin_from_server -plugin="oracle.sysman.db2"