Available in VPC
Delete a Fabric cluster.
Syntax
The deleteFabricCluster syntax is as follows:
./ncloud vserver deleteFabricCluster \
--fabricClusterNo <fabric-cluster-no> \
[--regionCode <KR|SGN|JPN>] \
[--output <json|xml>]
Options
This section describes the options available when running deleteFabricCluster.
Required options
The following options are required for deleteFabricCluster.
| Options | Type | Required | Description |
|---|---|---|---|
--fabricClusterNo |
String | Required | Fabric cluster number
|
Common options
For information about the options common to all vserver subcommands, see Server (VPC) options.
Examples
If the Fabric cluster deletion request is successful, the cluster's identification information and termination status are returned.
Command
The command example is as follows:
./ncloud vserver deleteFabricCluster \
--fabricClusterNo 13579246 \
--regionCode KR \
--output json
Output
The output example is as follows:
{
"deleteFabricClusterResponse": {
"totalRows": 1,
"fabricClusterList": [
{
"fabricClusterNo": "13579246",
"fabricClusterName": "test-cluster-01-renamed",
"fabricClusterStatus": {
"code": "TERMTING",
"codeName": "Deleting"
},
"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": "b8c9d0e1-f2a3-4567-1234-678901234567",
"returnCode": "0",
"returnMessage": "success"
}
}