diff --git a/ahoy.cypress.yml b/ahoy.cypress.yml
index ca3577746fa231af3a939dba6e7cbc3b39d4b13c..7c700e96dfa55fab216e1a15b6d2cbe0071ba978 100644
--- a/ahoy.cypress.yml
+++ b/ahoy.cypress.yml
@@ -16,5 +16,5 @@ commands:
       env -i $(cat .env | xargs) >.env
       composer lakedrops:docker4drupal --no-interaction
       echo "You may have to close the Cypress window manually"
-      ahoy d4d stop cypress
+      ahoy d4d down cypress
     usage: Turn off Cypress
diff --git a/ahoy.yml b/ahoy.yml
index 1ba9b074e269dcb467821c56d8602fe5195cd37d..5fd1a7a3b2ffe3318d3c86f11966857c5168eec0 100644
--- a/ahoy.yml
+++ b/ahoy.yml
@@ -12,6 +12,9 @@ commands:
   up:
     cmd: docker compose up -d --remove-orphans "$@"
     usage: Run docker compose up
+  down:
+    cmd: docker compose down "$@"
+    usage: Run docker compose up
   ps:
     cmd: docker compose ps "$@"
     usage: Run docker compose ps