Change cluster node url

Is it possible to change the URL which is used to reach a node in a cluster? As seen with $ lxc cluster list

I initialized a node with a dns address and want to use a static ip for it instead. Is it save to update the global database table “nodes” of that nodes address instead of removing that node from the cluster?

If the node is a database node, then my understanding is that the address is encoded in the database messages making it rather difficult to replace. If the node isn’t a database node, then modifying the address in the nodes table should work fine.

@freeekanayaka could confirm