delete
Addedv1.0.x
This operation removes the milvus-standalone container, the volumes/ data directory, and the embedEtcd.yaml / user.yaml config files. Destructive — requires confirmation or --yes. Useful when you want a clean reinstall.
Synopsis
zilliz milvus standalone delete
[--dir <path>]
[--dry-run]
[--yes]
Options
-
--dir (path) -
Indicates the install directory whose contents will be removed. Default:
./milvus-standalone. -
--dry-run (boolean) -
Prints what would be removed without touching the filesystem or Docker.
-
--yes, -y (boolean) -
Skips the destructive confirmation prompt. Required for non-interactive scripts.
Example
# Interactive (prompts for confirmation)
zilliz milvus standalone delete
# Non-interactive
zilliz milvus standalone delete --yes
# Preview without touching anything
zilliz milvus standalone delete --dry-run