Previous Topic: /CONFIRM /NOCONFIRM (D)

Next Topic: LIST LOAD_BALANCE_GROUP

Examples

The following example deletes load balance groups named GROUP1, GROUP2, GROUP3, and GROUP4:

$ SCHEDULE Config> DELETE LOAD_BALANCE_GROUP GROUP1
Group GROUP1 deleted.
$ SCHEDULE Config> DELETE LOAD_BALANCE_GROUP GROUP2,GROUP3,GROUP4
Group GROUP2 deleted.
Group GROUP3 deleted.
Group GROUP4 deleted.

The following example deletes the load balance group ALL_NODES and removes the group from the jobs referencing it:

$SCHEDULE CONFIG DELETE LOAD_BALANCE_GROUP ALL_NODES /CONFIRM
The Load Balance Group ALL_NODES will also be removed from the 2 jobs that are still referencing it.
Do you want to proceed? [YES]/NO ? Y
Group ALL_NODES deleted.