Cloud Backup¶
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 Cloud Backups.
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. |