remove (2)

Removes a component from the selected system(s). If multiple systems are selected, then components will be removed from all selected systems. Removal of components is not transactional, meaning that if one system fails, others may succeed.

If a list of expressions is provided, then the list of expressions will be removed from the given component.

usage: cmri system component remove --name <name> [--expressions expression1[,expression2,...]]

required arguments:

-n, --name

The name of the component to remove.

optional arguments:

-e, --expressions

One or more expressions that match the files inside of the component that should be removed.