From 12d014eda9f3fa4eaabf075163ac7e67c0b933d3 Mon Sep 17 00:00:00 2001 From: Thomas Hintz Date: Mon, 27 Jul 2026 16:21:01 -0700 Subject: [PATCH] Allow force destroying an instance. --- src/nassella.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nassella.scm b/src/nassella.scm index 0c9c79d..7c8a9e7 100644 --- a/src/nassella.scm +++ b/src/nassella.scm @@ -2229,6 +2229,7 @@ chmod -R 777 /opt/keys"))) (@ (title "Delete Instance")) (Field (@ (name "instance-domain") (label ("Type the domain name of the instance to confirm.")) (value ""))) (Field (@ (name "delete-backups") (label ("Delete backups for this instance")) (type "checkbox")))) + (input (@ (type "hidden") (value ,(alist-ref 'force (current-params))) (name "force"))) (Form-Nav (@ (back-to "/dashboard") (submit-button "Destroy")))))))) (post "/destroy-submit/:id"