{% extends "maasserver/base.html" %} {% block nav-active-settings %}active{% endblock %} {% block title %}Delete Cluster Controller{% endblock %} {% block page-title %}Delete Cluster Controller{% endblock %} {% block content %}

Are you sure you want to delete the cluster controller "{{ cluster_to_delete.cluster_name }}"? This action will also delete all the nodes inside this cluster controller.

This action is permanent and can not be undone.

{% csrf_token %} Cancel

{% endblock %}