unassign_charge_plan

Unassigns the charge plan associated with the specified entity.

Format

unassign_charge_plan 
      -entity_name="eName" 
      -entity_type="eType" 
      -[entity_guid="entity_guid"]

[ ]  indicates that the parameter is optional

Options

  • entity_name

    Name of the entity for which the charge plan is to be unassigned.

  • entity_type

    Type of entity for which the charge plan is to be unassigned.

  • entity_guid

    guid of the entity to be added to Chargeback.

    When more than one entity is active in Chargeback with the given entity name and entity type, the command lists all such entities with additional details such as creation date, parent entity name, entity guid, and so forth to choose the correct entity. Select the correct entity from the given list and execute the command again with entity guid as the parameter instead of entity name and entity type.

Example

This example unassigns charge plan associated to "db1", an oracle_database entity.

emcli unassign_charge_plan -entity_name="db1" -entity_type="oracle_database"