{% extends "base.html" %} {% block title %}Delete Dataset - Kirin{% endblock %} {% block breadcrumb %} > Catalogs > {{ catalog.root_dir }} > Delete {{ dataset_name }} {% endblock %} {% block header_title %}Delete Dataset{% endblock %} {% block header_description %}Permanently remove this dataset and all its commits and files.{% endblock %} {% block content %}
This cannot be undone
Deleting this dataset will remove all commits and files in the dataset from storage (local disk, S3, GCS, or Azure). The data will be permanently deleted.

Dataset

{{ dataset_name }}

{{ catalog.root_dir }}

Cancel
{% endblock %}