Skip to content

Report the server version

GET
/version
curl --request GET \
--url https://example.com/version

Returns the running server version and the oldest CLI version the server still supports. The CLI compares itself against min_cli_version before deploying and asks the user to update when it falls behind.

Successful Response

Media typeapplication/json
VersionResponse
object
min_cli_version
required
Min Cli Version
string
version
required
Version
string
Examplegenerated
{
"min_cli_version": "example",
"version": "example"
}