delete
This operation deletes a cluster. This action is irreversible.
Description
Removing a cluster also wipes out the data that it stores. Please exercise with caution. Running this command without any options triggers a set of interactive prompts.
Synopsis
zilliz cluster delete
--cluster-id <value>
[--output <value>]
[--query <value>]
[--no-header]
Options
-
--cluster-id (string) -
[REQUIRED]
Indicates the ID of the cluster to delete, which is similar to
inxx-xxxxx.If a cluster is configured using
zilliz context set, it automatically applies if this option is left unconfigured. -
--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 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 cluster delete --cluster-id in01-xxxxxxxxxxxx
# Skip confirmation prompt
zilliz cluster delete --cluster-id in01-xxxxxxxxxxxx -y