Database Snapshots
Restore a database from a snapshot
Restores the database from a previous snapshot identified by snapshotId and versionId. The snapshot's database type must match the target database type.
Rate limits: 1 restore per 60s per user (snapshot:restore) and 1 restore per 120s per database (snapshot:restore:<databaseId>).
post/v2/databases/{databaseId}/snapshots/restore
Path parameters
databaseIdstring required
Database identifier.
Request body
Response
Restore dispatched.
Changes
No recorded changes to this endpoint across all 1 revision of this API.