How to rename VAs?

We have VA server name test01 and we we want to rename to testing-server. How to achieve this? or in general how to rename VA server name

@HussainshaSyed001

Do you mean , Renaming VA Cluster ?
If yes :

  • Admin → Connections → Virtual Appliances → Edit [desired VA Cluster] → Edit Clustername

Hi @HussainshaSyed001

With ISC it is not possible to change the VA name but we can create descriptions for all individual VA.

Along with it we can change VA cluster name by navigating to
Admin > Connections > Virtual Appliance > {cluster} > Edit

Thnaks

I tried using API and its able to update

{{baseUrl}}/managed-clusters/:id

[
  {
    "op": "replace",
    "path": "/name",
    "value": "SB_Clustre_Local1"
  },
  {
    "op": "replace",
    "path": "/description",
    "value": "New description"
  }
]
  • Admin → Connections → Virtual Appliances -.> Edit----> give your required name