Skip to main content

usage

Addedv0.1.x

This operation queries usage costs within a time range.

Description

Zilliz Cloud provides detailed usage information for your organization, enabling you to conduct cost analysis across various dimensions. To access invoices, you must have either Organization Owner or Billing Admin permissions.

Synopsis

zilliz billing usage
[--last <value>]
[--month <value>]
[--start <value>]
[--end <value>]
[--output <value>]

Options

  • --last (string) -

    Indicates the relative time range.

    Uses d for days, m for months. To retrieve the usage statistics within the last 7 days, set this option to 7d.

  • --month (string) -

    Indicates an expression to query by month. For example, you can use 2026-01, last, this, etc

  • --start (string) -

    Indicates the start date of a time range in the format YYYY-MM-DD or a valid ISO-8601 timestamp.

  • --end (string) -

    Indicates the end date of a time range in the format YYYY-MM-DD or a valid ISO-8601 timestamp.

  • --output, -o (string) -

    Indicates the output format. Possible values:

    • json,

    • table,

    • text.

Example

zilliz billing usage --last 7d