Delete a NSX Depot on vCenter Server.

Procedure

  1. From a browser, log in with admin privileges to an NSX Manager at https://<nsx-manager-ip-address> or https://<nsx-manager-fqdn>.
  2. 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
  3. Troubleshooting:
    1. 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}
    2. Remove the depot entry from the payload.
    3. To verify that the depot is successfully deleted, run the API command.
      GET https://{server}/api/esx/settings/depots/offline/{depot}