{% extends "admin_base.html" %} {% block title %}Delete a Node{% endblock %} {% block content %}

Delete Node


{{ output|raw }}
{% if nodes[0]|length > 0 %} {% else %}
There are currently no nodes that can be deleted. Only nodes which have no servers attached to them can be removed from the panel.
{% endif %}
I understand deleting a node is non-reversible and I will be unable to undo this action.
{% endblock %} {% block javascript %} {% endblock %}