create
Addedv0.1.xModifiedv1.4.x
This operation creates a new project.
Description
Creates a new Zilliz Cloud project. Use --region one or more times when you want to bind regions during project creation.
Synopsis
zilliz project create
--name <value>
--plan <value>
[--region <value>]
[--api-key <value>]
Options
-
--name (string) -
[REQUIRED]
Specifies the project name.
-
--plan (string) -
[REQUIRED]
Specifies the subscription plan. Choices:
Standard,Enterprise,BusinessCritical. -
--region (array) -
Specifies the region IDs to bind (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
# Create a project without regions
zilliz project create --name my-project --plan Standard
# Create a project with multiple regions
zilliz project create --name my-project --plan Standard --region aws-us-east-1 --region gcp-us-west1