---
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

## Changes

- **2024-02-12** `1896585de5bb` — 2 info
  - added the new optional request property `network`
  - added the new optional request property `readOnlyRootFilesystem`
- **2023-09-28** `0473216ad4bf` — 1 info
  - api operation id `createApp` was added
- **2023-09-25** `d253f41e4513` — 1 breaking
  - added required request body
- **2023-09-10** `166dcbfebf1c` — 1 info
  - removed the non-success response with the status `404`

[Change history](https://skmtc.dev/liara-cloud/apis/paas/changes/v1/projects/post.md)

---

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