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-%';