Error: https://cloud.mongodb.com/api/atlas/v2/groups/65522ec3b40f8f1f191ccaa7/clusters/myAtlasClusterEDU/fts/indexes POST: HTTP 400 (Error code: “MAXIMUM_INDEXES_FOR_TENANT_EXCEEDED”) Detail: The maximum number of FTS indexes has been reached for this instance size. Reason: Bad Request. Params:
Hello @Th_Phan,
Welcome to the MongoDB Community forums.
The error message indicates that you have exceeded the maximum number of FTS(Full-Text Search) indexes that you can create.
As per the MongoDB Atlas Search M0 (Free Cluster), M2, and M5 Limitations you cannot create more than:
- 3 indexes on
M0
clusters. - 5 indexes on
M2
clusters. - 10 indexes on
M5
clusters.
Hope it helps. Let us know if you have any further questions or concerns.
Best,
Kushagra
1 Like
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.