diff --git a/resources/views/livewire/project/shared/danger.blade.php b/resources/views/livewire/project/shared/danger.blade.php
index 722d75c99..a86142138 100644
--- a/resources/views/livewire/project/shared/danger.blade.php
+++ b/resources/views/livewire/project/shared/danger.blade.php
@@ -21,6 +21,10 @@
'delete_configurations' => 'All configuration files of this resource will be deleted on the server.',
'docker_cleanup' => 'Docker cleanup will be executed which removes builder cache and unused images.'
]"
+ :actions="[
+ 'All containers of this resource will be stopped and permanently deleted.'
+ ]"
+ {{-- :confirmWithPassword="false" --}}
>
This resource will be deleted. It is not reversible. Please think again.