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

snapshotIdstring required

Snapshot identifier (UUID v4, optionally suffixed with _<type>).

versionIdstring required

Response

Restore dispatched.

status'success' required

Changes

No recorded changes to this endpoint across all 1 revision of this API.