---
title: "POST /volumeBackups.create"
method: POST
path: "/volumeBackups.create"
tags: ["volumeBackups"]
---

# POST /volumeBackups.create

`POST /volumeBackups.create`

## Request body

- object
  - `name` string, required
  - `volumeName` string, required
  - `prefix` string, required
  - `serviceType` 'application' | 'postgres' | 'mysql' | 'mariadb' | 'mongo' | 'redis' | 'compose' | 'libsql'
  - `appName` string
  - `serviceName` string, nullable
  - `turnOff` boolean
  - `cronExpression` string, required
  - `keepLatestCount` number, nullable
  - `enabled` boolean, nullable
  - `applicationId` string, nullable
  - `postgresId` string, nullable
  - `mariadbId` string, nullable
  - `mongoId` string, nullable
  - `mysqlId` string, nullable
  - `redisId` string, nullable
  - `libsqlId` string, nullable
  - `composeId` string, nullable
  - `createdAt` string
  - `destinationId` string, required

## Response `200`

Successful response

- object

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `500` — Internal server error

---

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