delete_cloud_service_instances

Deletes the cloud service instances based on the specified filter.

Format

emcli delete_cloud_service_instances
      -user="username"
      [-family="family"]
      [-type="service type"]

[ ]  indicates that the parameter is optional

Options

  • user

    Identifies the name of the user to be used for filtering the service instances that are to be deleted.

  • family

    Identifies the service family name to use to filter cloud requests.

  • type

    Identifies the Service Type to be used for filtering the service instances that are to be deleted.

Examples

Example 1

This example deletes all cloud instances that are owned by a specified user (user1) and belong to a specified service family (family1):

emcli delete_cloud_service_instances -user="user1" -family="family1"

Example 2

This example deletes all cloud instances that are owned by a specified user (user1), belong to a specified service family (family1), and belong to a specified service type (type1):

emcli delete_cloud_service_instances -user="user1" -family="family1" -type="type1"