Serverless Instances¶
Note
Serverless instances are in a preview release and do not support some Atlas features at this time.
To learn more, see Serverless Instance Limitations.
The serverless
resource provides access to your
serverless instance configurations. The resource lets you create,
edit and delete serverless instances. The resource requires your
Project ID.
Note
Groups and projects are synonymous terms. Your {GROUP-ID}
is the
same as your project ID. For existing groups, your group/project ID
remains the same. The resource and corresponding endpoints use the
term groups
.
Base URL: https://cloud.mongodb.com/api/atlas/v1.0
Endpoints¶
Method | Endpoint | Description |
---|---|---|
GET | Returns one serverless instance in the specified project. | |
GET | Returns all serverless instances in the specified project. | |
POST | Creates one serverless instance in the specified project. | |
DELETE | Removes one serverless instance in the specified project. |