ACI container is still running after deletion of container instance
I have a container instance that I have deleted, after deletion I re-deployed the container instance with the same name, however I can see that the old container is still running as I can ping that IP and the new container instance gives an ip higher than previously.
How can I get the invisible container deleted as I cannot see it, but can see that it exists as the ip answers.
According to this https://learn.microsoft.com/uk-ua/troubleshoot/azure/azure-container-instances/management/aci-still-running-after-stop-delete-command the re-deploy should have solved it, but I have tried several times with no luck.