ClusterNodeVMDeletionParameters (type)

{
  "description": "Parameters for deletion of a cluster node VM.", 
  "id": "ClusterNodeVMDeletionParameters", 
  "module_id": "ClusterNodeVMDeployment", 
  "properties": {
    "force_delete": {
      "description": "If true, the VM will be undeployed even if it cannot be removed from its cluster.", 
      "title": "Delete by force", 
      "type": "boolean"
    }
  }, 
  "title": "Parameters for DeleteAutoDeployedClusterNodeVM", 
  "type": "object"
}