Skip to main content
POST
/
projects
/
{projectId}
/
environments
/
{environmentId}
/
backups
/
{backupId}
/
restore
Error
A valid request URL is required to generate request examples
{
  "status": "<string>",
  "code": 123
}

Authorizations

Authorization
string
header
required

Path Parameters

projectId
string
required
environmentId
string
required
backupId
string
required

Body

application/json
environment_name
string | null
required
branch_from
string | null
required
restore_code
boolean
required

Whether we should restore the code or only the data

restore_resources
boolean
required

Whether we should restore resources configuration from the backup

resources
Resources · object
required

Response

default - application/json
status
string
required

The status text of the response

code
integer
required

The status code of the response