Skip to main content
POST
Create a database restore

Authorizations

Authorization
string
header
required

The Bearer Token generated on the Cloud UI.

Path Parameters

database
string | null
required

The database identifier

Body

application/json
name
string
required

The name of the new database created from the restore.

Required string length: 3 - 40
Pattern: ^[a-z0-9_-]+$
restore_time
string<date-time> | null

The point in time to restore the database to. Must not be used with database_snapshot_id.

database_snapshot_id
string | null

Response

DatabaseResource

data
DatabaseResource · object
required
included
DatabaseSchemaResource · object[]