firebase-toolsfirebase-app-hosting

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?


Solution

  • This command worked for me:

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