Skip to main content

update-password

Addedv0.1.x

This operation updates the user password.

📘Notes

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

Synopsis

zilliz user update-password
--user <value>
--password <value>
--new-password <value>
[--output <json | table | text | yaml | csv]
[--no-header]
[--query <value>]

Options

  • --user (string) -

    [REQUIRED]

    Indicates the username.

  • --password (string) -

    [REQUIRED]

    Indicates the current password.

  • --new-password (string) -

    [REQUIRED]

    Indicates the new password.

    The password should be a string of at least eight characters that contains two types of the following options:

    • Uppercase letters (A-Z)

    • Lowercase letters (a-z)

    • Digits (0-9)

    • Special characters (!, @, #, etc.)

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

Example

zilliz user update-password --user my_user --password old_pass --new-password new_pass