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
- Remove EPP rules applied to VM groups running on the host.
- Remove service profile protection applied to VM groups.
- Navigate to .
- From the Partner Service drop-down menu, select the partner service.
- Click the vertical ellipses icon of the service you want to delete.
- Click Delete. The service will be permanently deleted and cannot be recovered.
- In the pop-up window, click Delete.
- If the service cannot be deleted, the Status goes into Failed state.
- To completely delete a service that is in Failed state, click the vertical ellipses, and click Force Delete.
- 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>
- 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-T Data Center API Guide guide for more information on API parameters.