{% extends "iframebase.html" %} {% load ch_extras %} {% block head %} {% endblock head %} {% block content %}

Remove VMs

Deletes VMs from Expedient side. Fill the field with the VM ID (see slice detail page) and press "Delete".

{% csrf_token %} {% if delete_vm_exception %} {% endif %} {% for field in form_stalled_vms %} {% endfor %}
{{ delete_vm_exception }} {{ field.label_tag }} {{ field }}
{% csrf_token %}
{% endblock content %}