Skip to content

Get Deployment Eta

GET
/clusters/deployment-eta/{provider}/{tier}
curl --request GET \
--url https://api.mengi.cloud/clusters/deployment-eta/example/example

Get estimated deployment time for a provider/tier combination. Returns average time based on historical data, or defaults if no data available.

provider
required
Provider
string
tier
required
Tier
string

Successful Response

Media type application/json
Example generated
example

Validation Error

Media type application/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Example generated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example"
}
]
}