vcenter nsx deployment install: uninstall
Uninstalls the NSX appliance deployed on the current vCenter. This API can only uninstall NSXI and cannot be used to uninstall NSXT. Warning: This operation is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
Request:
HTTP request
POST https://{server}/api/vcenter/nsx/deployment/install
?action=uninstall
?action=uninstall
Response:
HTTP Status Code: 204
Headers:
NoneType:
NoneErrors:
HTTP Status Code | Type | Description |
---|---|---|
500 | error | for any other unspecified error. |
404 | not_found | if the resource is not found. |
401 | unauthenticated | if the user can not be authenticated. |
403 | unauthorized | if the user is not a member of the Administrators group. |
400 | not_allowed_in_current_state | if the operation is already in progress OR NSX is not INSTALLED on the vCenter. |