Skip to main content
POST
Deploy (apply) the current blueprint spec

Authorizations

Authorization
string
header
required

JWT tokens should be used with OIDC account (human to machine). JWT tokens used by the Qovery console to communicate with the API have a TTL. Curl Example ' curl https://console.qovery.com/organization -H "Authorization: Bearer $qovery_token" '

Path Parameters

blueprintId
string<uuid>
required

Blueprint ID

Response

Deployment accepted

deployment_id
string<uuid>
required

Identifier of the blueprint deployment, used to track its status

execution_id
string
required

Engine execution identifier for this deployment

Example:

"exec-abc-123"