diff --git a/packages/frontend-2/components/project/page/automation/DeleteDialog.vue b/packages/frontend-2/components/project/page/automation/DeleteDialog.vue
new file mode 100644
index 000000000..f4fbea5ad
--- /dev/null
+++ b/packages/frontend-2/components/project/page/automation/DeleteDialog.vue
@@ -0,0 +1,100 @@
+
+
+ Are you sure you want to delete
+ {{ automation.name }}
+ from your project?
+
+ You will still be able to use
+ {{ automationFunction.name }}
+ in other automations, but all previous runs of this automation will be lost.
+
+ Model data will not be changed or deleted. Some automation data may be retained
+ for auditing or security purposes.
+