Skip to main content

add-regions

This operation binds additional regions to an existing project.

Description

Binds additional regions to an existing Zilliz Cloud project. Repeat --region to add multiple regions in one command.

Synopsis

bash
zilliz project add-regions
--project-id <value>
--region <value>
[--api-key <value>]

Options

  • --project-id (string) -

    Specifies the project ID to bind additional regions to.

  • --region (array) -

    [REQUIRED]

    Region IDs to add (repeatable, e.g. --region aws-us-east-1 --region gcp-us-west1).

  • --api-key (string) -

    Specifies an API key for this command. This value overrides the environment or configured API key.

Example

bash
zilliz project add-regions --project-id proj-xxxx --region aws-us-east-1
zilliz project add-regions --project-id proj-xxxx --region aws-us-east-1 --region gcp-us-west1
Minimum SDK versionv1.4.x
Ctrl I