How we can remove the hangfire sever reference completely from the hangfire datatbase

I’m using Dot Net Core and SQL Server. Even though I deleted the server entries from the [Hangfire.Server] table, new entries continue to be added over time.
I believe the web application is updating the server entry. If so, how can the web app instance be deleted from the Hangfire DB? What table does the server keep its reference information in?

The situation is like multiple webapps pointing to same the hanfire DB and the job is picking the webapp where the code is not UpToDate, that’s why giving the error