EasypanelDocs

Create a project

Creates an empty project and its isolated Docker network.

POST
/createProject

Creates an empty project and its isolated Docker network.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/createProject" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
null