import

Installation
SKILL.md

Prerequisites

  1. CLI installed and logged in (see setup skill).
  2. Target collection must exist on the target cluster.

Commands Reference

Import Jobs

Start an Import Job

zilliz import start --collection <target-collection-name>
# Optional:
#   --cluster-id <target-cluster-id>
#   --project-id <project-id>
#   --region-id <region-id>
# Or use raw JSON: --body '{"files": [["s3://bucket/path/data.parquet"]]}'
Installs
2
GitHub Stars
3
First Seen
May 24, 2026
import — zilliztech/zilliz-plugin