I have a TPU node name 'demo-tpu' which I am try to delete, using the command gcloud beta compute tpus delete demo-tpu
This results in the following error message:
ERROR: (gcloud.beta.compute.tpus.delete) ABORTED: The resource is already in the process of being deleted
However, when I use the command gcloud beta compute tpus describe demo-tpu
, it says the TPU is restarting.
I also tried using the delete option in the GCP console, but it does not seem to work as well. Any suggestions would be helpful.