In the Database you can change it. My New Cluster name with id=1 will be called Cluster1.
UPDATE `cloud`.`cluster` SET `name`='Cluster1' WHERE `id`='1'; Tell me if I'm wrong but there is no option in the UI to make this change so I make it in the DB. Jeremy -----Original Message----- From: Ezequiel Mc Govern [mailto:ezequiel.mcgov...@gmail.com] Sent: Monday, September 26, 2016 3:17 PM To: users@cloudstack.apache.org Subject: Rename XenServer Cluster Is possible rename a XenServer Cluster in CS 4.8 or 4.9 ? Our first Cluster get as name an UUID string, and we need some more human readable :) Thanks!