Files
Proxmox-Coolify-Manager/coolify_skill/references/ops/create-environment.md
T

2.1 KiB
Raw Blame History

Skip to content

Return to top

Create Environment

==================================================================================================================

POST

/projects/{uuid}/environments

Create environment in project.

Authorizations


bearerAuth

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

Type

HTTP (bearer)

Parameters


Path Parameters

uuid*

Project UUID

Type

string

Required

Request Body


application/json

SchemaJSON

JSON

{

"name": "string"

}

Responses


201

Environment created.

Content-Type

application/json

SchemaJSON

JSON

{

"uuid": "env123"

}

POST

/projects/{uuid}/environments

Playground


Authorization

bearerAuth

Variables

Key

Value

uuid*

Body

Try it out

Samples


Powered by VitePress OpenAPI