Delete a NSX-T Depot on vCenter Server.
Procedure
- From a browser, log in with admin privileges to an NSX Manager at https://<nsx-manager-ip-address>.
- Unregister the compute manager from NSX-T.
When the compute manager s unregistered, NSX-T invokes API to delete the depot in vCenter Server. Depot is deleted from the image depot of vSphere Lifecycle Manager in vCenter Server
- Troubleshooting:
- If NSX-T 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-T is unable to delete the depot after unregistering the compute manager, run the following API.