Skip to main content

drop

Addedv0.1.x

This operation drops an index.

Synopsis

zilliz index drop
--collection <value>
--index-name <value>
[--database <value>]
[--output <json | table | text | yaml | csv]
[--no-header]
[--query <value>]
[--yes]

Options

  • --collection (string) -

    [REQUIRED]

    Indicates the collection name.

  • --index-name (string) -

    [REQUIRED]

    Indicates the index name to drop.

  • --database (string) -

    Indicates the database name.

  • --output, -o (string) -

    Indicates the output format. Possible values:

    • 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.

  • --yes, -y (boolean) -

    Indicates whether to skip the confirmation prompt.

Example

zilliz index drop --collection my_collection --index-name my_index