Skip to main content
POST
/
v1
/
projects
Create a app
curl --request POST \
  --url https://api.iran.liara.ir/v1/projects \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "planID": "<string>",
  "platform": "<string>",
  "readOnlyRootFilesystem": true,
  "network": "<string>"
}
'
This response has no body data.

Authorizations

Authorization
string
header
required

Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345". #

Body

application/json
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