---
title: "Create a new backup"
method: POST
path: "/backups/create"
tags: ["system"]
---

# Create a new backup

`POST /backups/create`

## Request body

- BackupCreateRequest
  - `name` string, required
  - `include_media` boolean
  - `include_database` boolean

## Response `200`

Backup created

- BackupInfo
  - `id` string
  - `name` string
  - `size` integer
  - `created_at` string, date-time
  - `created_by` string
  - `type` string

---

[API](https://skmtc.dev/sphireinc/apis/foundry-api.md) · [All operations](https://skmtc.dev/sphireinc/apis/foundry-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sphireinc/foundry-api/revisions/3696c13096d0/schema)
