Force Delete a Node from SolusVM

This article provides a guide to forcefully delete a node from SolusVM master.

How to Force Delete a Node from SolusVM

If at any point you find you have an orphaned slave node linked to your master, you can delete it by running the following command on the master node. Replace [NODEID] with the ID of the node shown in SolusVM.

php /usr/local/solusvm/scripts/deletenode.php --level=force --comm=delete --id=[NODEID]

This code will also remove any VPS assigned to that Node in SolusVM (NOT on the Physical Server itself). (i.e) It won't remove the VPS from the Server.

Conclusion

You now know how to force delete a node from SolusVM.

  • solusvm, delete server, delete vm
  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

Creating Network Bridge for KVM Hypervisor

This tutorial describes how to set up a dedicated network bridge for KVM slave (host) CentOS 7...