Skip to main content

Command Palette

Search for a command to run...

How to delete Dialogflow agent if it is not listed?

Updated
1 min read
How to delete Dialogflow agent if it is not listed?

If you are trying to delete the Google Cloud project, and seeing the error which says you already have an active Dialogflow agent, you will also have a link to this agent:

But, when you follow the link, you just see the home page of Dialogflow with the message that you don’t have any agents:

Here is an instruction on how to delete the agent:

  1. Go to the Google Cloud Shell. Make sure you selected the right project at the upper left corner of the page.
  2. Type in gcloud config set project id with id of your project instead of id. To get the id, click on the name of the project in the upper left corner and find the id in the “ID” column of the table.
  3. Run gcloud alpha resource-manager liens list in the G Cloud Shell. You will see the message with the following first line: “NAME: id” with the id of the lien to delete.
  4. Type in gcloud alpha resource-manager liens delete id and replace the id with the lien’s id from the previous step. You should see the message “Deleted”.

Now the Dialogflow agent is deleted and you can completely delete the Google Cloud project.

Source

More from this blog

Невидимий дизайн: Чому «хмара часток» в Apple Watch — це геніальний інженерний хід

Кожен розробник, який хоч раз налаштовував Apple Watch, відчував цей «wow-ефект». Замість стандартного QR-коду — таємнича анімація, яку iPhone зчитує за частку секунди. Як інженер, я не міг пройти повз і не розібратися: як це працює насправді? Довгий...

Jan 27, 20262 min read
Невидимий дизайн: Чому «хмара часток» в Apple Watch — це геніальний інженерний хід

Як додати графік відключення світла у Календар?

Оновлення Ця стаття втратила актуальність після закінчення відключення світла. Останнє відключення світла у Львові було 30 грудня 2024 р. Ви можете легко додати графіки погодинних відключень світла у місті Львові в Google Календар на Android чи Apple...

Jun 22, 20241 min read
Як додати графік відключення світла у Календар?
V

Viacheslav Kharchenko

20 posts

Ukrainian Tech Lead & Rails dev.

Solving software engineering bottlenecks and daily routine friction — from smart homes to life-ops. Streamlining code and life, one fix at a time.