PATCH
/
projects
/
{uuid}
curl --request PATCH \
  --url https://app.coolify.io/api/v1/projects/{uuid} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "description": "<string>"
}'
{
  "uuid": "og888os",
  "name": "Project Name",
  "description": "Project Description"
}

Authorizations

Authorization
string
header
required

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

Body

application/json

Project updated.

The body is of type object.

Response

201
application/json

Project updated.

The response is of type object.