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

88 lines
1.7 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[Skip to content](https://coolify.io/docs/api-reference/api/operations/create-project#VPContent)
Return to top
Create[](https://coolify.io/docs/api-reference/api/operations/create-project#create)
======================================================================================
POST
/projects
Create Project.
Authorizations[](https://coolify.io/docs/api-reference/api/operations/create-project#authorizations)
------------------------------------------------------------------------------------------------------
bearerAuth
Go to `Keys & Tokens` / `API tokens` and create a new token. Use the token as the bearer token.
Type
HTTP (bearer)
Request Body[](https://coolify.io/docs/api-reference/api/operations/create-project#request-body)
--------------------------------------------------------------------------------------------------
application/json
SchemaJSON
JSON
{
"name": "string",
"description": "string"
}
Responses[](https://coolify.io/docs/api-reference/api/operations/create-project#responses)
--------------------------------------------------------------------------------------------
201400401404422
Project created.
Content-Type
application/json
SchemaJSON
JSON
{
"uuid": "og888os"
}
POST
/projects
Playground[](https://coolify.io/docs/api-reference/api/operations/create-project#playground)
----------------------------------------------------------------------------------------------
Authorization
bearerAuth
Body
Try it out
Samples[](https://coolify.io/docs/api-reference/api/operations/create-project#samples)
----------------------------------------------------------------------------------------
Powered by [VitePress OpenAPI](https://github.com/enzonotario/vitepress-openapi)