v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-07143155618.1 KB
Deploy

Preview compose services

Preview compose services.

Auth: Required (bearer token). Scope: Organization-scoped in authenticated context. Side effects: May mutate server state.

post/api/v1/deploy/application/preview-compose

Headers

Acceptstring

Response

OK

Example response

{
  "services": [
    {
      "port": 8080,
      "service_name": "web"
    }
  ]
}