<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Remove a Proxmox node from a Cluster and one that is stuck - Proxmox help				            </title>
            <link>https://www.virtualizationhowto.com/community/proxmox-help/remove-a-proxmox-node-from-a-cluster-and-one-that-is-stuck/</link>
            <description>Virtualization Howto Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 12 Aug 2026 02:26:07 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Remove a Proxmox node from a Cluster and one that is stuck</title>
                        <link>https://www.virtualizationhowto.com/community/proxmox-help/remove-a-proxmox-node-from-a-cluster-and-one-that-is-stuck/#post-1532</link>
                        <pubDate>Sun, 08 Feb 2026 03:02:25 +0000</pubDate>
                        <description><![CDATA[If you work with Proxmox clusters long enough, you will likely have a cluster that you need to remove a node from. This is a fairly easy process using the right commands. First, check the st...]]></description>
                        <content:encoded><![CDATA[<p>If you work with Proxmox clusters long enough, you will likely have a cluster that you need to remove a node from. This is a fairly easy process using the right commands. First, check the status of your cluster with the command:</p>
<pre contenteditable="false">pvecm status</pre>
<p>This will show you the current status of your Proxmox cluster. Then to remove the selected node, you run the following command:</p>
<pre contenteditable="false">pvecm delnode &lt;nodename&gt;</pre>
<p>&nbsp;</p>
925
<p>However, you may have times when you run this command, it says it worked, but you still see the node listed in the Proxmox web UI. When this happens check the directory located here to see if there is a directory still showing for the deleted node:</p>
<pre contenteditable="false">ls /etc/pve/nodes</pre>
924
<p>If you see the deleted Proxmox cluster node listed here, then you can delete the folder representing the node:</p>
<pre contenteditable="false">rm -rf /etc/pve/nodes/&lt;nodename&gt;</pre>
926
<p>Check the web UI to make sure the node is gone.</p>
927
<p>&nbsp;</p>]]></content:encoded>
						                            <category domain="https://www.virtualizationhowto.com/community/proxmox-help/">Proxmox help</category>                        <dc:creator>Brandon Lee</dc:creator>
                        <guid isPermaLink="true">https://www.virtualizationhowto.com/community/proxmox-help/remove-a-proxmox-node-from-a-cluster-and-one-that-is-stuck/#post-1532</guid>
                    </item>
							        </channel>
        </rss>
		