0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

GCP リーエンにより保護されているプロジェクトの削除方法

Posted at

#原因
DialogFlowと接続しているプロジェクトにリーエンが設定されてしまっていたこと

#対策
リーエンを削除する

#コマンド
>CloudShell

gcloud alpha resource-manager liens list

現存するリーエン一覧を取得

gcloud alpha resource-manager liens delete [LIEN_NAME]

上記コマンドで削除したいリーエンを指定し、削除

#結論
公式ドキュメントを読めば解決しました。
https://cloud.google.com/resource-manager/docs/project-liens?hl=ja

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?