ClusterCompactionSpec
                                ClusterCompactionSpec                            
                            This specification contains the parameters required to remove one or more vSphere hosts from existing cluster in a workload domain
JSON Example
                                    {
    "force": false,
    "forceByPassingSafeMinSize": false,
    "hosts": [
        {
            "azName": "string",
            "fqdn": "string",
            "id": "string",
            "ipAddress": "string",
            "vmNics": [
                {
                    "isActive": false,
                    "isAutoNegotiateSupported": false,
                    "isInUse": false,
                    "linkSpeedMB": 0,
                    "name": "string"
                }
            ]
        }
    ]
}
            
            
                                    boolean
                
                
            
        
        
                force            
                            Optional
            
            
        Force removal of vSphere host
            
            
                                    boolean
                
                
            
        
        
                forceByPassingSafeMinSize            
                            Optional
            
            
        Remove dead hosts from cluster, bypassing validations. Forced removal may result in permanent data loss. Review recovery plan with VMware Support before using.
