---
title: "Restore a backup."
method: POST
path: "/api/apps/restore"
tags: ["Backups"]
---

# Restore a backup.

`POST /api/apps/restore`

## Request body

- RestoreRequestDto
  - `name` string, nullable — The name of the app.
  - `url` string, uri, required — The url to the restore file.

## Response `204`

Restore operation started.

## Other responses

- `400` — Validation error.
- `500` — Operation failed.

---

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