---
title: "Create box backup"
method: POST
path: "/boxes/{boxId}/backup"
tags: ["box"]
---

# Create box backup

`POST /boxes/{boxId}/backup`

Create box backup

## Path parameters

- `boxId` string, required

## Request body

- CreateBackupDTO
  - `registry` RegistryDTO, required
    - `password` string
    - `project` string
    - `url` string, required
    - `username` string
  - `snapshot` string, required

## Response `201`

Backup started

- string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error

## Changes

- **2026-06-09** `6c7a14acacbf` — 1 info
  - endpoint added
- **2026-05-02** `6565d7237d5f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/boxlite-ai/apis/boxlite-runner-api/changes/boxes/:boxId/backup/post.md)

---

[API](https://skmtc.dev/boxlite-ai/apis/boxlite-runner-api.md) · [All operations](https://skmtc.dev/boxlite-ai/apis/boxlite-runner-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/boxlite-ai/boxlite-runner-api/revisions/6c7a14acacbf/schema)
