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

# POST /libsql.create

`POST /libsql.create`

## Request body

- object
  - `name` string, required
  - `appName` string, required
  - `dockerImage` string, required
  - `environmentId` string, required
  - `description` string, nullable, required
  - `databaseUser` string, required
  - `databasePassword` string, required
  - `sqldNode` 'primary' | 'replica', required
  - `sqldPrimaryUrl` string, nullable, required
  - `enableNamespaces` boolean, required
  - `serverId` string, nullable, 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/e43061d02faa/schema)
