- On the NSX-T manager get the UUID of the affected node using the following command:
get nodes
- Find the affected ESXi node from the list.
- From an SSH session to the SDDC manager run the following command:
curl -k -X DELETE -u 'username:password' 'https://<nsxt-vip-ip>/api/v1/transport-nodes/<transport-node-id> keep_fabric=false&unprepare_host=false&force=true'
Where,
'username:password' = is for the root of the NSX Manager.
<nsxt-vip-ip> = Is the virtual IP for the Management Cluster in the Systems > Overview section of the NSX-T client.
<transport-node-id> = Is the UUID obtained from the get nodes command.
- Once the command is run, re-try the task from the SDDC Manager UI.