delete_diag_snapshot
Deletes a specified diagnostic snapshot.
Format
emcli delete_diag_snapshot -name="<diag_snapshot_name>" [-debug] [ ] indicates that the parameter is optional
Options
-
name
Name of the diagnostic snapshot to be deleted. Ensure that the diagnostic snapshot exists for the specified name.
-
debug
Runs the verb in verbose mode for debugging purposes.
Examples
This example deletes a diagnostic snapshot with the name of Snapshot1:
emcli delete_diag_snapshot -name="Snapshot1"