drop
Addedv0.1.x
This operation drops a database. (Dedicated only)
📘Notes
This command applies to Dedicated clusters.
Synopsis
zilliz database drop
--name <value>
[--output <json | table | text | yaml | csv>]
[--no-header]
[--query <value>]
Options
-
--name (string) -
[REQUIRED]
Indicates the database name 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
tableorcsv. -
--query, -q (string) -
Indicates a JMESPath expression to filter output.
-
--yes, -y (boolean) -
Indicates whether to skip the confirmation prompt.
Example
zilliz database drop --name my_database