Unable to remove remote builder app

Hi everyone,

I can’t remove a remote builder app neither from CLI nor from webUI, the error is NatsProxyClient::NotFoundError.

Here some debugging informations:

$ flyctl version
flyctl v0.0.304 linux/amd64 Commit: 9923708 BuildDate: 2022-03-11T17:37:39Z

$ flyctl doctor
Testing authentication token... PASSED
Testing flyctl agent... PASSED
Testing local Docker instance... Nope
Pinging WireGuard gateway (give us a sec)... PASSED

$ flyctl apps list
NAME                      	OWNER   	STATUS 	LATEST DEPLOY
fly-builder-empty-fog-8266	personal	pending

$ LOG_LEVEL=debug flyctl apps destroy fly-builder-empty-fog-8266
...
DEBUG ensured config directory exists.
DEBUG ensured config directory perms.
DEBUG cache loaded.
DEBUG config initialized.
DEBUG initialized task manager.
DEBUG skipped querying for new release
DEBUG client initialized.
Destroying an app is not reversible.
? Destroy app fly-builder-empty-fog-8266? Yes
DEBUG --> POST https://api.fly.io/graphql {{"query":"mutation($appId: ID!) { deleteApp(appId: $appId) { organization { id } } }","variables":{"appId":"fly-builder-empty-fog-8266"}}
}
DEBUG <-- 200 https://api.fly.io/graphql (373.3ms) {"data":{"deleteApp":null},"errors":[{"message":"NatsProxyClient::NotFoundError","locations":[{"line":1,"column":25}],"path":["deleteApp"],"extensions":{"code":"NOT_FOUND"}}]}
Error NatsProxyClient::NotFoundError

I have to remove it, cause I want to delete my temp account that I only created for play with free services, but I’m stuck, I can’t proceed without solving this problem. What can I do?

Thanks for your help and patience

Sorry about that! It looks like it got partially deleted then errored, it’s gone now.

Thank you for prompt response and resolution. Now it’s ok, I’m able to proceed.