Cloud Backup
This API reference is deprecated. It will be removed in a future release. For the latest API reference, see the MongoDB Atlas Administration API Specification. This new API specification might take several seconds to load. MongoDB appreciates your patience as it improves this experience.
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
.
Important
Cloud Backups Only
This resource only applies to clusters using Back Up Your Database Deployment.
The /backup/snapshots
resource enables you to view and delete
Cloud Backups.
Endpoints
https://cloud.mongodb.com/api/atlas/v1.0
Method | Endpoint | Description |
---|---|---|
GET | Get all Cloud Backups for the specified cluster. | |
GET | Get the snapshot associated with {SNAPSHOT-ID} | |
DELETE | Delete the snapshot associated with All requests to this endpoint must originate from an IP address in the organization's API access list. | |
POST | Take an on-demand snapshot. | |
GET | Return one snapshot of one serverless instance from the
specified project. | |
GET | Return the last two snapshots of one serverless instance from
the specified project. |