Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed to delete backend Firebase App Hosting (new)

I have created several backends with Firebase AppHosting (the new feature from Firebase). I would like to delete some of them.

Following the cli help, I applied the following command:

firebase:apphosting:backends:delete -l us-central1 -s my-backend-id

However, it keeps returning:

Failed to delete backend: my-backend-id. Please check the parameters you have provided.

Both parameters are correct as it confirms from the list that this backend is present.

I also went to Cloud Run and manually deleted the backends, but this did not work either, the backends are still visible in my Firebase Console.

Is this an issue as its a public preview, or am I doing smth wrong?

like image 371
JohnAndrews Avatar asked Dec 31 '25 06:12

JohnAndrews


1 Answers

This command worked for me:

firebase apphosting:backends:delete -l us-central1 my-backened-id

like image 59
Jason Avatar answered Jan 06 '26 05:01

Jason



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!