Skip to content

Get Estimated Creation Times

GET
/clusters/estimated-times
curl --request GET \
--url https://api.mengi.cloud/clusters/estimated-times

Get estimated cluster creation times based on historical data.

For shared tier, also returns whether a host cluster is available which significantly affects creation time.

provider
Provider
string
tier
Tier
string
geographic_region
Geographic Region
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"
}
]
}