{% extends "base.html" %} {% block title %}Delete Service - Nyxmon Dashboard{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Delete Service

Warning: You are about to delete this service. This action cannot be undone.

All health checks associated with this service will also be deleted.

Service: {{ service.name }}

ID: {{ service.id }}

{% csrf_token %}
Cancel
{% endblock %}