Got it, i will try. Thanks! ________________________________ From: Suresh Anaparti <suresh.anapa...@shapeblue.com> Sent: Wednesday, March 2, 2022 2:57:55 AM To: users@cloudstack.apache.org <users@cloudstack.apache.org> Subject: Re: Procedure to remove management server
Hi Ricardo, The management server remove option is currently not available from webui. You can manually remove by updating cloud.mshost table (using below sql) for that management server host. UPDATE cloud.mshost SET state='Down', removed=NOW() WHERE id=<Id of the MS host> Regards, Suresh On 02/03/22, 4:26 AM, "Ricardo Pertuz" <ricardo.per...@kuasar.co> wrote: Hi, What is the best option to remove management servers from webui not longer used? Thanks! Regards