Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 204 Bytes

clean-up.md

File metadata and controls

9 lines (7 loc) · 204 Bytes

Clean Up

Delete all Nomad servers and workers

gcloud -q compute instances delete \
  nomad-1 nomad-2 nomad-3 \
  nomad-worker-1 nomad-worker-2 nomad-worker-3 nomad-worker-4 nomad-worker-5