---
title: "Create a app"
method: POST
path: "/v1/projects"
tags: ["Apps"]
---

# Create a app

`POST /v1/projects`

create app that user owns

## Request body

- CreateApp
  - `name` string — The name of app that you want to create
  - `planID` string — The plan of app that you want to create
  - `platform` string — The platform of app that you want to create
  - `readOnlyRootFilesystem` boolean — For filesystem
  - `network` string — For project

## Response `200`

Successful operation

## Other responses

- `400` — Bad request
- `401` — Missing authentication
- `409` — Conflict

---

[API](https://skmtc.net/liara-cloud/apis/paas.md) · [All operations](https://skmtc.net/liara-cloud/apis/paas/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liara-cloud/paas/versions/4413e6f56089/schema)
