Drops an existing pool.
You can also use OpenSwitch Manager to remove pools.
rp_pool_drop pool_name
Name of the pool to be dropped.
Drops the pool named “POOL2” from the pool list in the OpenSwitch server.
1> rp_pool_drop POOL2 2> go
Returns:
rp_pool_drop: Pool POOL2 dropped (return status = 0)
You must supply the name of the pool to be dropped. The pool name must be exactly the same as what is declared in the config file.
You can use rp_pool_help to get a list of the current pool names.
You did not supply a pool name for the pool to be dropped:
Procedure rp_pool_drop expects parameter @pool_name, which was not supplied
The pool with the supplied pool name does not exist:
rp_pool_drop: There is no such pool as 'pool_name'
Run rp_pool_status pool_name to check your pool list.
rp_pool_create, rp_pool_status