delete Description Enables you to delete both selected and nonselected baselines, nodes, or both from the current session. You can delete an install set from an iLO Repository. You cannot delete a baseline or node performing a function on the node. Syntax smartupdate delete --nodes [nodelist] smartupdate delete --baselines [baselinelist] Parameters/Options/Flags/Strings/... --nodes [nodelist] Object to perform the delete operation. Delimit the list with a space. If you do not provide a nodelist, all nodes are deleted. --baselines [baselinelist] Object to perform the delete operation. Delimit the list with a space. If you do not provide a list of baselines, all baselines are deleted. --baselines node= Delete an install set saved on an iLO Repository. Provide the install set name and the iLO 5, or Gen10 server running Windows or Linux, IP address. SUM cannot delete a locked install set. Restrictions Do not delete a baseline and node in the same command. Windows usage C:\> smartupdate delete /baselines "spp.2012.01" C:\> smartupdate delete /nodes 10.0.0.1 Linux usage $ ./smartupdate delete --baselines "spp.2012.01" $ ./smartupdate delete --nodes 10.0.0.1