restart
Addedv1.0.x
This operation stops and then starts the Milvus standalone container by running bash standalone_embed.sh restart. Requires a working Docker daemon.
Synopsis
zilliz milvus standalone restart
[--dir <path>]
[--dry-run]
[--yes]
Options
-
--dir (path) -
Indicates the install directory. Default:
./milvus-standalone. -
--dry-run (boolean) -
Prints the command that would run without invoking it.
-
--yes, -y (boolean) -
Skips confirmation. No-op for non-destructive lifecycle commands but accepted for parity with
delete/upgrade.
Example
zilliz milvus standalone restart