diff --git a/Makefile b/Makefile
index 66b39d19b0a3addb4aad6ba8af2b34c9d30e9914..1e41081186ebb12568fe598d9e4b45b24b496cda 100644
--- a/Makefile
+++ b/Makefile
@@ -17,3 +17,7 @@ cli: ## Install koolbox CLI (Contains all tools used in this project)
 .PHONY: deploy
 deploy: check-machine ## Deploy infrastructure on Hetzner Cloud
 	cd ./terraform && make apply
+
+.PHONY: destroy
+destroy: check-machine ## Destroy infrastructure on Hetzner Cloud
+	cd ./terraform && make destroy