Skip to main content

release

Addedv0.1.x

This operation releases partitions from memory.

Synopsis

zilliz partition release [OPTIONS]

Options

  • --collection (string) -

    [REQUIRED]

    Indicates the collection name.

  • --names (array) -

    [REQUIRED]

    Indicates the partition names as JSON array.

  • --database (string) -

    Indicates the database name.

  • --output, -o (string) -

    Indicates the output format. Choices: json, table, text, yaml, csv.

  • --no-header (boolean) -

    Indicates whether to omit the header row when the output is set to table or csv.

  • --query, -q (string) -

    Indicates a JMESPath expression to filter output.

Example

zilliz partition release --collection my_collection --names '["p1", "p2"]'