remove_service_system_assoc

Removes the system for a given service.

Format

emcli remove_service_system_assoc
      -name='name'
      -type='type'

Options

  • name

    Service name.

  • type

    Service type.

Examples

This example removes the system for the generic service named my service.

emcli remove_service_system_assoc
      -name='my service' -type='generic_service'