ISSUE
I am trying to clean up our account and delete unused environments, but when I trigger a delete, it first tries to deploy that env (why???) - this does not make any sense if the app is already broken and I’m just trying to delete it. So deployment fails and it’s stuck in that state.
I tried deleting services manually in the env that I linked above - and services were deleted successfully (so there are no more services there), but the deletion still fails because of… failed deployments of services that don’t exist any more
Could you please tell me how can I delete environments without needing to redeploy them?
Thanks,
Tim