---
title: "Restore Snapshot"
method: POST
path: "/backup/restore/{app_id}/{snapshot_id}"
tags: ["backup"]
---

# Restore Snapshot

`POST /backup/restore/{app_id}/{snapshot_id}`

Restore a snapshot to the specified locations

## Path parameters

- `app_id` string, required — App ID to restore
- `snapshot_id` string, required — Snapshot ID to restore

## Response `200`

Snapshot restored successfully

- unknown

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

## Changes

- **2026-04-23** `e4bf692cc15e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/websoft9/apis/appmanae-api/changes/backup/restore/:app_id/:snapshot_id/post.md)

---

[API](https://skmtc.dev/websoft9/apis/appmanae-api.md) · [All operations](https://skmtc.dev/websoft9/apis/appmanae-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/websoft9/appmanae-api/revisions/e4bf692cc15e/schema)
