---
title: "Restore a backup to an environment"
method: POST
path: "/restore/{environmentId}"
tags: ["restore"]
deprecated: true
---

# Restore a backup to an environment

`POST /restore/{environmentId}`

> **Deprecated.**

This endpoint is deprecated since 2025.05 and will be removed in the future. Please use POST /applyConsoleExport/{environmentId}

## Path parameters

- `environmentId` string, uuid, required

## Request body

- RestoreSpecificationModel
  - `backupId` string, uuid
  - `backupVersion` string
  - `database` string
  - `dgcRestoreOptions` string[]
  - `key` string
  - `managedServiceTypes` string[]
  - `repoRestoreOptions` string[]
  - `resetCustomizations` boolean
  - `skipRestorePostprocessing` boolean

## Response `default`

default response

---

[API](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api.md) · [All operations](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collibra/collibra-data-governance-center-core-api/revisions/6d091bc86a33/schema)
