Skip to main content

stop

Addedv1.0.x

This operation stops the Milvus standalone container by running bash standalone_embed.sh stop from the install directory. Data volumes and config files are left untouched.

Synopsis

zilliz milvus standalone stop
[--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 stop