From 14aefa71daffeffc23785944f9de0332414c27df Mon Sep 17 00:00:00 2001 From: Nils Date: Fri, 6 Sep 2024 09:03:05 +0200 Subject: [PATCH] northamerica-south1 --- instances/clean_up.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/instances/clean_up.sql b/instances/clean_up.sql index 6ac39a728..5e14d052a 100644 --- a/instances/clean_up.sql +++ b/instances/clean_up.sql @@ -19,6 +19,9 @@ DELETE FROM machinetypes WHERE name LIKE 'a3-megagpu-%' AND region LIKE 'us-west * Delete not yet official 100% finished regions */ +DELETE FROM machinetypes WHERE zone LIKE 'northamerica-south1-%'; +DELETE FROM disktypes WHERE zone LIKE 'northamerica-south1-%'; + DELETE FROM machinetypes WHERE zone LIKE 'us-west8-%'; DELETE FROM disktypes WHERE zone LIKE 'us-west8-%';