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.

changeFabricClusterName

Prev Next

VPC環境で利用できます。

Fabric Cluster名を変更します。

構文

changeFabricClusterName構文は次の通りです。

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

オプション

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

必須オプション

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

オプション タイプ 必須の有無 説明
--fabricClusterNo String Required Fabric Cluster番号
--fabricClusterName String Required Fabric Cluster名
  • 英字の小文字、数字、記号の-を組み合わせて3~30文字以内で入力
  • 文字列の先頭文字は英字の小文字、末尾文字は英字の小文字または数字のみ使用

共通オプション

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

Fabric Cluster名の変更リクエストが成功すると、クラスタの最新情報が返されます。

コマンド

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

./ncloud vserver changeFabricClusterName \
    --fabricClusterNo 13579246 \
    --fabricClusterName test-cluster-01-renamed \
    --regionCode KR \
    --output json

出力

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

{
  "changeFabricClusterNameResponse": {
    "totalRows": 1,
    "fabricClusterList": [
      {
        "fabricClusterNo": "13579246",
        "fabricClusterName": "test-cluster-01-renamed",
        "fabricClusterStatus": {
          "code": "RUN",
          "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": "e5f6a7b8-c9d0-1234-ef01-345678901234",
    "returnCode": "0",
    "returnMessage": "success"
  }
}