Prerequisites
- CLI installed and logged in (see setup skill).
- 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"]]}'
List Imports
zilliz import list
# Optional:
[Description truncada. Veja o README completo no GitHub.]