v1
latestOpenAPI 3.0.42026-07-26263457588.1 KBApplications
Add Application
Creates a new application with the specified configuration including containers, volumes, region settings, and autoscaling.
post/apps
Request body
Example request
{
"autoScaling": {
"min": 1,
"max": 10
},
"regionSettings": {
"allowedRegionIds": [
"DE",
"UK",
"US"
],
"requiredRegionIds": [
"DE"
],
"maxAllowedRegions": 5
},
"volumes": [
{
"size": 5
}
]
}Response
Application was successfully created.