"1% Deleting...".
VMware NSX
Under certain conditions, an NSX Manager node deletion task can lead to a stale entry in the VMware NSX Manager Corfu database.
Workaround
GET https://<NSX-IP>/api/v1/cluster/nodes/deployments
...
"vm_id": "########-d106-48f5-ad0a-##########",
"roles": [
"MANAGER",
"CONTROLLER"
...
"hostname": "NSX-MANAGER-##",
...
POST https://<manager_ip>/api/v1/cluster/nodes/deployments/<deleted-vm-id>?action=delete
POST https://<manager_ip>/api/v1/cluster/nodes/deployments/<deleted-vm-id>?action=delete&force_delete=true
For more information, see How to Submit a Support Request.
NOTE: This API call will show all managers that were auto-deployed using the VMware NSX GUI. Manually deployed managers (via vCenter using OVA) will not appear in this output. For instance, the original manager used to build a VMWare NSX environment will not appear, revealing only 2 managers in the output of this API. If the original manager is ever detached from the cluster and redeployed via the VMware NSX GUI, this API call will show all three Managers.