本文介绍了如何从Google Cloud项目中删除留置权?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个要删除的Google Cloud项目.
I have a Google Cloud project that I want to delete.
但是,当我按Delete键并输入项目ID时,会收到以下错误消息:
However, when I press delete and enter the project id, I get the following error messages:
The project has a lien against it.
Tracking Number: {tracking number}
如何删除留置权,以便删除项目?
How do I delete the lien so that I can delete the project?
谢谢.
推荐答案
- 转到 https://console.cloud.google.com/
- 点击右上角搜索栏旁边的
>-
图标 - 云外壳cmd将显示在底部
- 输入
gcloud alpha资源管理器留置权列表
,这将为您提供留置权列表 - 按照说明删除留置权
- Go to https://console.cloud.google.com/
- Click
>-
icon beside search bar on top right corner - The cloud shell cmd will show on the bottom
- Type
gcloud alpha resource-manager liens list
which will give you the list of liens - Following the instruction to remove the lien
这篇关于如何从Google Cloud项目中删除留置权?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!