---
title: "Create SQLite backup"
method: POST
path: "/system/sqlite3/backup"
tags: ["system"]
---

# Create SQLite backup

`POST /system/sqlite3/backup`

Creates a backup of the SQLite3 database at the specified path.

## Request body

- BackupRequest
  - `path` string, required — Absolute filesystem path where the backup file will be written.

## Response `200`

Backup started.

---

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