---
title: "Start a new backup."
method: POST
path: "/api/apps/{app}/backups"
tags: ["Backups"]
---

# Start a new backup.

`POST /api/apps/{app}/backups`

## Path parameters

- `app` string, required

## Response `204`

Backup started.

## Other responses

- `400` — Backup contingent reached.
- `404` — App not found.
- `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/versions/b4a9b62f113a/schema)
