---
title: "Start restore process"
method: POST
path: "/pods/{pod_uuid}/restore"
tags: ["Support API Key Authentication"]
---

# Start restore process

`POST /pods/{pod_uuid}/restore`

Endpoint to start restore process for a specific pod with backup ID.

## Path parameters

- `pod_uuid` string, uuid, required

## Request body

- RestoreRequest
  - `backup_id` string, uuid, required
  - `restore_path` string, required

## Response `200`

Restore process initiated successfully

- unknown

## Other responses

- `400` — Invalid input
- `404` — Pod or backup not found
- `422` — Validation Error
- `500` — Internal server error

---

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