• Hi, i have a rke deployment that failed. The cluster is already gone but i cannot delete the nodetemplates in the Rancher GUI. They are still associated to the controlplane and worker nodes for the cluster and these nodes are still visible in the /v3/nodes API view. NodeStatus
• message": "(node01) Waiting for VMware Tools to come online...",
• "status": "Unknown",
"type": "Provisioned"
I tried to delete them using curl -u <api-token> -X DELETE https😕/<rancher-url>/v3/nodes/node:id but this didn't work.