delete_custom_plugin_update

Deletes the custom plug-in update for a plug-in. All subsequent plug-in deployments will use the latest applicable version or revision available with Enterprise Manager Self Update.

Does not automatically redeploy to Management Agents on which this custom plug-in update was previously deployed. Applies only to subsequent plug-in deployments.

Format

emcli delete_custom_plugin_update
      -plugin="<plugin_id>:<plugin_version>:<plugin_revision>"

Options

  • plugin

    ID, version, and revision of the plug-in. To view the version and revision of a plug-in, run 'emcli list_custom_plugin_updates'.

Example

The following example deletes the custom plug-in update of the 12.1.0.2.0 version of the oracle.sysman.db2 plug-in.

emcli delete_custom_plugin_update       -plugin="oracle.sysman.db2:12.1.0.2.0"