API
CLI
POST /v1beta/projects
Example request
request body
curl
curl --header "Content-Type: application/json" \
--header "Authorization: Bearer NORTHFLANK_API_TOKEN" \
--request POST \
--data '{"name":"New Project","description":"The project description","region":"europe-west"}' \
https://api.northflank.com/v1beta/projects
Example response
200 OK
success