{% extends 'base/layout.html' %} {% load static %} {% block title %}Delete Canvas - Network Canvas{% endblock %} {% block content %}

Delete Canvas

Confirm Deletion
Warning: This action cannot be undone.

Are you sure you want to delete the canvas "{{ canvas.name }}"?

Name:
{{ canvas.name }}
Description:
{{ canvas.description|default:"—" }}
Created:
{{ canvas.created|date:"M d, Y H:i" }}
Updated:
{{ canvas.updated|date:"M d, Y H:i" }}
{% csrf_token %}
Cancel
What will be deleted?
  • Canvas configuration and settings
  • Stored topology data and layout
  • Custom visualization settings
Note: This will only delete the canvas view. Your NetBox device and network data will remain unchanged.
{% endblock %}