delete_pool verb

Deletes a software pool. A software Pool cannot be deleted if there is an existing service template associated with it.

Format

emcli delete_pool
       -name="<software pool name>"
       -target_type="<software pool target type>"
       
[ ]  indicates that the parameter is optional.

Options

  • name

    The name of the existing software pool.

  • target_type

    The target type of the existing software pool.

Example

The following example deletes the software pool My Pool:

emcli delete_pool
       -name="My Pool"
       -target_type="mwaas_zone"