Skip to main content
GET
Check if a blueprint service has an available update

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

Blueprint update availability

is_up_to_date
boolean
required
latest_tag
string
required
Example:

"aws/postgres/17/1.1.0"

new_required_values
object[]
required

Variables added in the latest version that are required with no default

new_optional_values
object[]
required

Variables added in the latest version that have a default value

now_required_values
object[]
required

Variables that were optional but are now required in the latest version

updated_values
object[]
required

Variables whose default value changed between the current and latest versions

removed_values
object[]
required

Variables that no longer exist in the latest version

engine_diff
object
required

Catalog engine-block deltas between the current and latest blueprint tag.

new_major_versions
object[]
required

Major versions of the same blueprint newer than the service's current one (e.g. service on aws/postgres/16 while 17 and 18 exist). Empty when already on the latest major or when the current version is non-numeric.