Skip to content

Commit

Permalink
northamerica-south1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyclenerd committed Sep 6, 2024
1 parent 9563909 commit 14aefa7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions instances/clean_up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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-%';

Expand Down

0 comments on commit 14aefa7

Please sign in to comment.