delete_service_template

Deletes a service template.

Format

emcli delete_service_template
-name="<service template name>"]
-service_family="<service family name>"]
       
[ ]  indicates that the parameter is optional.

Options

  • name

    Name of the existing service template.

  • service_family

    Service family to which the service template belongs; for example, DBAAS for database and MWAAS for middleware.

Example

This example deletes the service template with name template2 and service family MWAAS:

emcli delete_service_template
       -name="Middleware service Template August"
       -service_family="MWAAS"