scripts: hetzner
diff --git a/scripts/hetzner/k3s-uninstall.sh b/scripts/hetzner/k3s-uninstall.sh
new file mode 100755
index 0000000..5379981
--- /dev/null
+++ b/scripts/hetzner/k3s-uninstall.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+ssh root@135.181.48.180 "k3s-uninstall.sh"
+ssh root@65.108.39.172 "k3s-uninstall.sh"
+ssh root@65.108.39.171 "k3s-uninstall.sh"
+
+ssh root@135.181.48.180 "sudo rm -rf /root-storage/*"
+ssh root@65.108.39.172 "sudo rm -rf /root-storage/*"
+ssh root@65.108.39.171 "sudo rm -rf /root-storage/*"