delete_patch_plans

パッチ計画を削除します。

書式

emcli delete_patch_plans
        -name="plan_names" 

[ ]  indicates that the parameter is optional

オプション

name

削除するパッチ計画の名前を指定します。このオプションに対して複数のパッチ計画を指定する場合は、セパレータとしてカンマを使用します。

次の例では、パッチ計画plan_1、plan_2およびplan_3を削除します。

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