delete_saved_config
Deletes a saved target configuration.
Format
emcli delete_saved_config
      -name="saved config name" 
      [-target_type="host"] 
      [-target_name="test_host"] 
    
[ ] indicates that the parameter is optional. Parameters
- 
                        name The name of the saved configuration to delete. 
- 
                        target_type The target type of the configuration to delete. The value should be the internal name. This is an optional parameter. 
- 
                        target_name The name of the target of the configuration to delete. This is an optional parameter. 
Examples
Example 1
The following command delete the saved configuration with the name "saved config name":
emcli delete_saved_config 
      -name="saved config name" 
Example 2
The following command deletes the saved configuration for host target type with the name "test_host":
emcli delete_saved_config 
      -target_type="host" 
      -target_name="test_host"