Skip to main content

drop

Addedv0.1.x

This operation drops a database user.

📘Notes

This command is available for Dedicated clusters only. You can run zilliz context set to switch among clusters.

Synopsis

zilliz user drop
--user <value>
[--output <json | table | text | yaml | csv]
[--no-header]
[--query <value>]
[--yes]

Options

  • --user (string) -

    [REQUIRED]

    Indicates the username to drop.

  • --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 user drop --user my_user