How to uninstall app if the source repo is gone?

A while ago I installed the hello world app. I no longer have access to the original repository where I deployed the app from. How can I uninstall the hello world app from my workspace? The app is listed in my workspace settings installed apps section; however, there is no option to remove it. Clicking ‘manage’ brings me to an error page saying “app distribution link not found”.
It seems I can’t uninstall forge cli unless I’m inside the repo that installed it.

1 Like

I can ask about the app management screen.

Regarding the Forge CLI. If you are able to obtain the original app id (found in the app console) you can use one of the template manifest.yml files and swap out the template’s app id with the original app id.

Then uninstall the app that way.

Lemme know if this doesn’t work for you. I can reach out to the corresponding team about other solutions.

1 Like

@JoshuaHwang Putting a temporary manifest.yml in an empty directory and adding my install app.id to it worked perfectly.

Thank you.