Remove old unhealthy dead services in Consul UI

Hello everyone.

I have problem with deleting old dead services from Consul UI just as following image

How can I delete these unneeded services

Thank in advance

You’ll have to deregister the services using https://www.consul.io/docs/commands/services/deregister.html
In the ui the button is removed due to https://github.com/hashicorp/consul/issues/2541