スキルOfficialdatabase
🗂️project-region
- プラグイン
- zilliz
- ソース
- GitHub で見る ↗
説明
次のような場合に使用: ユーザーが Zilliz Cloud のプロジェクトまたはストレージボリュームを管理したい場合。 クラウドリージョンおよびプロバイダーについては、cluster スキルを参照してください。
原文を表示
Use when the user wants to manage Zilliz Cloud projects or storage volumes. For cloud regions and providers, see the cluster skill.
ユースケース
- ✓Zilliz Cloud のプロジェクト管理
- ✓ストレージボリュームの管理
本文(日本語訳)
前提条件
- CLIがインストール済みでログイン済みであること(セットアップスキルを参照)。
コマンドリファレンス
プロジェクト
プロジェクトの作成
zilliz project create --name <project-name> --plan <Standard|Enterprise|BusinessCritical>
# オプション: --region '[...]'
プロジェクトの一覧表示
zilliz project list
プロジェクトの詳細確認
zilliz project describe --project-id <project-id>
プロジェクトの削除
zilliz project delete --project-id <project-id>
プロジェクトのアップグレード
zilliz project upgrade --project-id <project-id> --plan <Standard|Enterprise|BusinessCritical>
既存プロジェクトへの追加リージョンのバインド
zilliz project add-regions --project-id <project-id> --region '[...]'
ボリューム
ボリュームの作成
zilliz volume create \
--project-id <project-id> \
--region <cloud-region> \
--name <volume-name>
ボリュームの一覧表示
zilliz volume list --project-id <project-id>
# ページネーション: --page-size <n> --page <n>
# 全ページ取得: --all
ボリュームの削除
zilliz volume delete --name <volume-name-to-delete>
ボリュームの詳細確認
zilliz volume describe --name <volume-name>
適用
zilliz volume apply --name <volume-name>
# オプション: --project-id <project-id>
ガイダンス
- ユーザーがクラスターを作成する場合、まずプロジェクトIDとリージョンIDが必要です。
zilliz project listおよびzilliz cluster regionsを使って順を追ってガイドしてください(クラスタースキルを参照)。 - プロジェクトの
upgradeにおいて、Freeは有効なターゲットプランに含まれません。 対象はServerless、Standard、Enterpriseのみです。 - ボリュームを削除する前に、必ずユーザーに確認を取ってください。
原文(English)を表示
Prerequisites
- CLI installed and logged in (see setup skill).
Commands Reference
Projects
Create a Project
zilliz project create --name <project-name> --plan <Standard|Enterprise|BusinessCritical>
# Optional: --region '[...]'
List Projects
zilliz project list
Describe a Project
zilliz project describe --project-id <project-id>
Delete a Project
zilliz project delete --project-id <project-id>
Upgrade a Project
zilliz project upgrade --project-id <project-id> --plan <Standard|Enterprise|BusinessCritical>
Bind additional regions to an existing project
zilliz project add-regions --project-id <project-id> --region '[...]'
Volumes
Create a Volume
zilliz volume create \
--project-id <project-id> \
--region <cloud-region> \
--name <volume-name>
List Volumes
zilliz volume list --project-id <project-id>
# Pagination: --page-size <n> --page <n>
# Fetch all pages: --all
Delete a Volume
zilliz volume delete --name <volume-name-to-delete>
Describe a Volume
zilliz volume describe --name <volume-name>
Apply
zilliz volume apply --name <volume-name>
# Optional: --project-id <project-id>
Guidance
- When the user wants to create a cluster, they need a project ID and region ID first. Guide them through
zilliz project listandzilliz cluster regions(see cluster skill). - Project
upgradedoes not includeFreeas a valid target plan -- only Serverless, Standard, and Enterprise. - Before deleting a volume, confirm with the user.
原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。