Documentation Index

Fetch the complete documentation index at: https://cli.ncloud-docs.com/llms.txt

Use this file to discover all available pages before exploring further.

deleteFabricCluster

Prev Next

VPC環境で利用できます。

Fabric Clusterを削除します。

構文

deleteFabricCluster構文は次の通りです。

./ncloud vserver deleteFabricCluster \
    --fabricClusterNo <fabric-cluster-no> \
    [--regionCode <KR|SGN|JPN>] \
    [--output <json|xml>]

オプション

deleteFabricClusterの実行時に指定できるオプションについて説明します。

必須オプション

deleteFabricClusterの必須オプションです。

オプション タイプ 必須の有無 説明
--fabricClusterNo String Required Fabric Cluster番号

共通オプション

vserverコマンドで共通して使用するオプションについては、Server (VPC)のオプションをご参照ください。

Fabric Clusterの削除リクエストが成功すると、クラスタの識別情報と終了状態が返されます。

コマンド

コマンドの例は次の通りです。

./ncloud vserver deleteFabricCluster \
    --fabricClusterNo 13579246 \
    --regionCode KR \
    --output json

出力

出力の例は次の通りです。

{
  "deleteFabricClusterResponse": {
    "totalRows": 1,
    "fabricClusterList": [
      {
        "fabricClusterNo": "13579246",
        "fabricClusterName": "test-cluster-01-renamed",
        "fabricClusterStatus": {
          "code": "TERMTING",
          "codeName": "削除中"
        },
        "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"
  }
}