Skip to main content

delete

Addedv0.1.x

This operation deletes a backup.

Description

In Zilliz Cloud, a backup is a copy of your data that enables you to restore the entire cluster or specific collections in the event of data loss or system failure.

You can delete a backup if it is no longer needed. The deleted backup will immediately become unavailable. Please exercise with caution.

📘Notes

This feature is available only to Dedicated clusters.

Synopsis

zilliz backup delete
--cluster-id <value>
--backup-id <value>
[--output <value>]
[--query <value>]
[--no-header]
[--yes]

Options

  • --cluster-id (string) -

    [REQUIRED]

    Indicates a cluster ID, which is similar to inxx-xxxx.

    If a cluster is configured using zilliz context set, it automatically applies if this option is left unconfigured.

  • --backup-id (string) -

    [REQUIRED]

    Indicates the ID of the backup to delete, which is similar to backupx-xxxxx.

  • --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 table or csv.

  • --query, -q (string) -

    Indicates a JMESPath expression to filter output.

  • --yes, -y (boolean) -

    Indicates whether to skip the interactive prompts.

Example

zilliz backup delete \
--cluster-id in01-xxxx \
--backup-id backup-xxxx