---
title: "Restore a Specifc Domain Backup"
method: PUT
path: "/restore"
tags: ["Backup & Restore"]
---

# Restore a Specifc Domain Backup

`PUT /restore`

## Request body

- object
  - `hostname` string, required — FQDN of server
  - `domain` string, required — Domain Name being restored
  - `type` string, required
  - `index` string, required — The index number of the backup. This can be found within the defaulted file name on aws. For example, a if we want to restore using all files labeled nightly.2.[further datal, the index number is 2.
  - `confirmation-value` string, required
  - `geo` 'yes' | 'no', required

## Response `200`

- object

## Other responses

- `400`
- `401`
- `404`

---

[API](https://skmtc.net/ns-api/apis/netsapiens-api-v2.md) · [All operations](https://skmtc.net/ns-api/apis/netsapiens-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ns-api/netsapiens-api-v2/revisions/d37f65b5b886/schema)
