Removing servers and switches

To remove the server or the switch from the database using the UUID, run the following commands:

nps remove -c server -i <UUID of server>
nps remove -c switch -i <UUID of switch>
NOTE:

The UUID of the server and switch is available in the Input JSON file.

Removing Server Profiles and Switch Profiles

To remove the server profile or the switch profile, run the following commands:

nps remove -c server_profile -p <profile name of server>
nps remove -c switch_profile -p <profile name of switch>