delete_config_search

Deletes the saved configuration search from the repository.

Format

emcli delete_config_search    
      -name="saved_search_name" 
      [-search_type="Latest/History"]  

[ ]  indicates that the parameter is optional. 

Options

  • name

    The name of saved search.

  • search_type

    The saved search type, either Latest or History. This is an optional parameter with Latest as default value.

Example

The following example deletes the saved search 'search_07_15-2015':

emcli delete_config_search       -name="search_07_15_2015" 
      -search_type="Latest"