backup

Installation
SKILL.md

Prerequisites

  1. CLI installed and logged in (see setup skill).
  2. No cluster context required -- backup operations use --cluster-id directly.

Commands Reference

Create a Backup

zilliz backup create --cluster-id <cluster-id>
# Optional:
#   --database <database-name>
#   --collection <collection-name>
#   --backup-type <CLUSTER|COLLECTION>
# Or use raw JSON: --body '{...}'

List Backups

Installs
3
GitHub Stars
3
First Seen
May 24, 2026
backup — zilliztech/zilliz-plugin