Forrest logo
back to the pvecm tool

pvecm:tldr:02957

pvecm: Remove a node from the cluster configuration.
$ pvecm delnode ${node}
try on your machine

The command "pvecm delnode ${node}" is used to remove a node from a Proxmox VE cluster.

Here, "${node}" represents the name or ID of the node that you want to remove from the cluster.

When you run this command, it will initiate the process of removing the specified node from the Proxmox VE cluster. This includes stopping any running services on the node, removing its configuration from the cluster's shared configuration database, and updating the cluster's configuration to exclude the removed node.

It's important to note that removing a node from a cluster is a significant action, and it should only be done after carefully considering the impact and potential risks.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the pvecm tool