Removing servers and switches

Procedure
  1. Export the environment variables.
  2. To remove the server or the switch using the UUID:
    1. For servers, run the following command:
      nps remove -c server -i <UUID of server>
    2. For switches, run the following command:
      nps remove -c switch -i <UUID of switch>
  3. To retrieve the UUID of the servers or switches follow these steps:
    1. Export the environment variables.
    2. For servers, run the following command:
      nps show --data servers
    3. For switches, run the following command:
      nps show --data switches