NSX-T Data Center REST API
Attempt to delete an auto-deployed Avi Load Balancer Controller node
Attempts to unregister and undeploy a specified auto-deployed clusternode. If it is a member of a cluster, then the node will be automatically
detached from the cluster before being unregistered and undeployed.
Alternatively, if the original deployment attempt failed or the node is
not found, cleans up the deployment information associated with the
deployment attempt.
Note: If a node has been successfully auto-deployed, then the associated
deployment information will not be deleted unless and until the node is
successfully deleted.
Request:
Method:
POST
URI Path(s):
/policy/api/v1/alb/controller-nodes/deployments/{node-id}?action=delete
Request Headers:
n/a
Query Parameters:
ALBControllerNodeVMDeletionParameters+
Request Body:
n/a
Example Request:
POST https://<policy-mgr>/policy/api/v1/alb/controller-nodes/deployments/12f563af-af9f-48f3-848e-e9257c8740b0?action=deleteSuccessful Response:
Response Code:
202 Accepted
Response Headers:
n/a
Response Body:
n/a