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"
}
]
}