delete_patch_plans

Deletes patch plans.

Note:

This is a core patching framework verb that any integrator including agents can use. For database patching use software maintenance verb db_software_maintenance.

Format

emcli delete_patch_plans
        -name="plan_names" 

[ ]  indicates that the parameter is optional

Options

name

Specifies the names of the patch plans that you want to delete. Use a comma as a separator if you want to specify multiple patch plans for this option.

Examples

The following example deletes the patch plans plan_1, plan_2, and plan_3:

emcli delete_patch_plans -name="plan_1,plan_2,plan_3"