Delete partner services through NSX Manager UI or API call.

Before you delete partner services or SVMs deployed on a host, you need to do the following from the NSX Manager UI.

To delete partner services:

Procedure

  1. Remove EPP rules applied to VM groups running on the host.
  2. Remove service profile protection applied to VM groups.
  3. Navigate to System > Service Deployments > Deployment.
  4. From the Partner Service drop-down menu, select the partner service.
  5. Click the vertical ellipses icon of the service you want to delete.
  6. Click Delete. The service will be permanently deleted and cannot be recovered.
  7. In the pop-up window, click Delete.
  8. If the service cannot be deleted, the Status goes into Failed state.
  9. To completely delete a service that is in Failed state, click the vertical ellipses, and click Force Delete.
  10. Alternatively, to remove solution binding SVMs with partner service manager, execute the following API call.
    /DEL https://<NSX_Manager_IPaddress>/api/v1/serviceinsertion/services/{{service_id}}/solution-configs/<solution-config-id>
  11. To delete the service deployment, execute the following API call.
    /DEL https://<NSX_Manager_IPaddress>/api/v1/serviceinsertion/services/<service-id>/service-deployments/<service-deployment-id>
    Refer to the NSX API Guide guide for more information on API parameters.