Newly defined index does not appear in Atlas shared cluster using API or CLI

Hi @Vardan_Sargsyan92,

Just as an update, the response should now be as follows for M0,M2 and M5 tier clusters:

$ mongocli atlas clusters indexes create indexnew --clusterName "M0Cluster" --collection "testcoll" --db "testdb" --key "testkey:1"

/// Redacted the project ID for my test environment

Error: POST https://cloud.mongodb.com/api/atlas/v1.0/groups/<PROJECT_ID>/clusters/M0Cluster/index: 400 (request "TENANT_ROLLING_INDEXES_UNSUPPORTED") Rolling index builds are not supported on shared-tier clusters. Upgrade to Dedicated to use this feature.

Thank you for raising this initially :slight_smile:

Regards,
Jason

3 Likes