Available in VPC
Change the Fabric cluster description.
Syntax
The changeFabricClusterDescription syntax is as follows:
./ncloud vserver changeFabricClusterDescription \
--fabricClusterNo <fabric-cluster-no> \
[--fabricClusterDescription <fabric-cluster-description>] \
[--regionCode <KR|SGN|JPN>] \
[--output <json|xml>]
Options
This section describes the options available when running changeFabricClusterDescription.
Required options
The following options are required for changeFabricClusterDescription.
| Options | Type | Required | Description |
|---|---|---|---|
--fabricClusterNo |
String | Required | Fabric cluster number
|
Optional options
These are the optional options for changeFabricClusterDescription. Options that are not specified will use their default values.
| Options | Type | Required | Description |
|---|---|---|---|
--fabricClusterDescription |
String | Optional | Fabric cluster description (byte)
|
Common options
For information about the options common to all vserver subcommands, see Server (VPC) options.
Examples
If the request to update the Fabric cluster description is successful, the latest information about the cluster is returned.
Command
The command example is as follows:
./ncloud vserver changeFabricClusterDescription \
--fabricClusterNo 13579246 \
--fabricClusterDescription "Updated cluster description" \
--regionCode KR \
--output json
Output
The output example is as follows:
{
"changeFabricClusterDescriptionResponse": {
"totalRows": 1,
"fabricClusterList": [
{
"fabricClusterNo": "13579246",
"fabricClusterName": "test-cluster-01",
"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": "d4e5f6a7-b8c9-0123-def0-234567890123",
"returnCode": "0",
"returnMessage": "success"
}
}