Delete a NSX Depot on vCenter Server.
Procedure
- From a browser, log in with admin privileges to an NSX Manager at https://<nsx-manager-ip-address> or https://<nsx-manager-fqdn>.
- Unregister the compute manager from NSX.
When the compute manager s unregistered, NSX invokes API to delete the depot in VMware vCenter. Depot is deleted from the image depot of vSphere Lifecycle Manager in VMware vCenter
- Troubleshooting:
- If NSX is unable to delete the depot after unregistering the compute manager, run the following API.
DELETE https://{server}/api/esx/settings/depots/offline/{depot}
- Remove the depot entry from the payload.
- To verify that the depot is successfully deleted, run the API command.
GET https://{server}/api/esx/settings/depots/offline/{depot}
- If NSX is unable to delete the depot after unregistering the compute manager, run the following API.