Google compute engine 无法删除云TPU

Google compute engine 无法删除云TPU,google-compute-engine,google-cloud-tpu,Google Compute Engine,Google Cloud Tpu,我有一个TPU节点名“demo TPU”,我正在尝试使用命令gcloud beta compute TPU delete demo TPU将其删除 这将导致以下错误消息: ERROR: (gcloud.beta.compute.tpus.delete) ABORTED: The resource is already in the process of being deleted 但是,当我使用命令gcloud beta compute tpus description demo tpu时,它

我有一个TPU节点名“demo TPU”,我正在尝试使用命令
gcloud beta compute TPU delete demo TPU将其删除

这将导致以下错误消息:

ERROR: (gcloud.beta.compute.tpus.delete) ABORTED: The resource is already in the process of being deleted
但是,当我使用命令
gcloud beta compute tpus description demo tpu
时,它表示tpu正在重新启动


我还尝试在GCP控制台中使用delete选项,但它似乎不起作用。任何建议都会很有帮助。

更新:节点确实被删除了,但在大约40分钟后,而不是通常的2分钟后。仍然不知道是什么导致了这个问题。

谷歌云团队已经推出了ctpu工具。它用ctpu up和ctpu delete包装bringup和DELEATION ops。但正如您可能已经观察到的,第一次启动TPU并删除VM和/或TPU需要时间

您可能还需要仔细检查GCE控制台中的“VM实例”和“TPU”选项卡,以确保资源确实已被删除


仅供参考,您可以在本地安装ctpu,到目前为止效果相当不错

如果你能提供一份工作,那就太好了。