Available in VPC
Change the Fabric cluster name.
Syntax
The changeFabricClusterName syntax is as follows:
./ncloud vserver changeFabricClusterName \
--fabricClusterNo <fabric-cluster-no> \
--fabricClusterName <fabric-cluster-name> \
[--regionCode <KR|SGN|JPN>] \
[--output <json|xml>]
Options
This section describes the options available when running changeFabricClusterName.
Required options
The following options are required for changeFabricClusterName.
| Options | Type | Required | Description |
|---|---|---|---|
--fabricClusterNo |
String | Required | Fabric cluster number
|
--fabricClusterName |
String | Required | Fabric cluster name
|
Common options
For information about the options common to all vserver subcommands, see Server (VPC) options.
Examples
If the request to change the Fabric cluster name is successful, the latest information about the cluster is returned.
Command
The command example is as follows:
./ncloud vserver changeFabricClusterName \
--fabricClusterNo 13579246 \
--fabricClusterName test-cluster-01-renamed \
--regionCode KR \
--output json
Output
The output example is as follows:
{
"changeFabricClusterNameResponse": {
"totalRows": 1,
"fabricClusterList": [
{
"fabricClusterNo": "13579246",
"fabricClusterName": "test-cluster-01-renamed",
"fabricClusterStatus": {
"code": "RUN",
"codeName": "In operation"
},
"fabricClusterDescription": "Updated cluster description",
"regionCode": "KR",
"zoneCode": "KR-1",
"vpcNo": "12345678",
"fabricClusterPoolNo": "24680135",
"fabricClusterPoolName": "gpu-cluster-pool-01",
"fabricClusterPoolCode": "gpu-cluster-pool-01",
"createDate": "2026-05-15T10:02:05+0900",
"fabricClusterServerInstanceList": []
}
],
"requestId": "e5f6a7b8-c9d0-1234-ef01-345678901234",
"returnCode": "0",
"returnMessage": "success"
}
}