Docs Home → MongoDB Command Line Interface
mongocli atlas clusters indexes create
On this page
Create a rolling index for your MongoDB cluster.
Syntax
mongocli atlas clusters indexes create [name] [options]
Options
Name | Type | Required | Description |
---|---|---|---|
--clusterName | string | true | Name of the cluster. |
--collection | string | true | Collection name. |
--db | string | true | Database name. |
-h, --help | false | help for create | |
--key | strings | true | Index keys. Should be formatted as field:type. |
--projectId | string | false | Project ID to use. Overrides configuration file or environment variable settings. |
--sparse | false | Create a sparse index. |
Inherited Options
Name | Type | Required | Description |
---|---|---|---|
-P, --profile | string | false | Profile to use from your configuration file. |
Auto generated by MongoDB CLI on 29-Jun-2021