Dns-cluster host doesn't exist

Hello, Friends!
It’s time to change the server, where the ‘dns-cluster’ user is located.
And this has led me to a difficulty.
Advise, colleagues, how to solve this.
I make a request to a remote DNS host

v-list-remote-dns-hosts

it displays a list of servers that have been added.

root@cp:~# v-list-remote-dns-hosts
HOST                 PORT  TYPE  USER   DNS_USER     SPND  DATE
----                 ----  ----  ----   --------     ----  ----
vm459880.eurodir.ru  8083  api   root   dns-cluster  no    2023-07-09
vm571879.eurodir.ru  8083  api   admin  dns-cluster  no    2025-05-05

One server is outdated and needs to be deleted.
I execute

v-delete-remote-dns-host

In response, an error message comes that there is no such server.

root@cp:~# v-delete-remote-dns-host vm459880.eurodir.ru
grep: /usr/local/hestia/data/users/admin/../../conf/dns-cluster.conf: No such file or directory
Error: dns-cluster host vm459880.eurodir.ru doesn't exist

I am in a difficulty, please advise where I can start looking for the error.

I need to remove this server because the
synchronize DNS cluster task results in an error

root@cp:~# v-sync-dns-cluster
Error: vm459880.eurodir.ru connection failed

Thanks, friends

Just update /usr/local/hestia/conf/dns-cluster.conf

Thank you very much, friends!

But its an bug can you please create an issue on Github?

I am an adept of the initial level of power on GitHub
I will start to master
I will try

Unfortunately, an attempt to create a new cluster on the same server that was previously running was unsuccessful.
Returns a connection and synchronization error.
An attempt to delete and recreate again returns a message that the DNS host does not exist

An attempt to create a new cluster returns a connection error.
Creates a new DNS host in the configuration and reports a synchronization error

This is the first time I’ve encountered this error, when I specify a new dns-cluster and it is created successfully, a synchronization error returns.

root@cp:~# v-add-remote-dns-host vm571879.eurodir.ru 8083 admin 'accesskey:secretkey' api dns-cluster
Error: vm571879.eurodir.ru connection failed
Error: vm571879.eurodir.ru sync failed
root@cp:~# v-list-remote-dns-hosts
HOST                 PORT  TYPE  USER   DNS_USER     SPND  DATE
----                 ----  ----  ----   --------     ----  ----
vm571879.eurodir.ru  8083  api   admin  dns-cluster  no    2025-05-05

Maybe someone was similarly confused by this problem, please tell me, has anyone found a solution?