delete_compare_check

Deletes a comparison check for the specified target type. The latest comparison check is deleted.

Format

emcli delete_compare_check 
      -name="<check_name>"  
      -target_type="<target_type>"

Options

  • name

    Name of the comparison check being deleted.

  • target_type

    Target type in which the comparison check is being deleted.

Example

The following example deletes the check_deployment_my_target comparison check from the host target.

emcli delete_compare_check 
      -name="check_deployment_my_target" 
      -target_type="host"