v1

latestOpenAPI 3.0.12026-07-235718.9 KB
Deployments
Dedicated Servers

⚠️ Deploy Server

DEPRECATED. [Rate Limit: 40 req/s] Create a new deployment - containerized instance of an application version.

post/v1/deploy

Headers

Acceptstring
Content-Typestring

Request body

app_namestring required

Application to deploy.

version_namestring

Version to deploy. If omitted, last created version will be deployed.

ip_liststring[]

Mutually exclusive with geo_ip_list. List of user IPs, determining server location choice.

tagsstring[]

List of tags to mark your deployments for easy filtering.

webhook_urlstring

URL to receive simple HTTP notifications in your game backend when the new deployment becomes Ready.

commandstring nullable

Overrides container command for the deployment, use with caution.

argumentsstring nullable

Overrides container arguments for the deployment, use with caution.

Response

Success

request_idstring required

ID of your deployment, also referred to as request ID.

request_dnsstring required

FQDN (URL) to connect to the deployment.

request_appstring required

Application which has been deployed.

request_versionstring required

App version which has been deployed.

request_user_countinteger required

Number of users included in the deployment request.

tagsstring[]

List of tags to mark your deployments for easy filtering.

{"stackTrail":"paths:/v1/deploy:post:responses:200:content:application/json:schema:properties:container_log_storage","oasType":"schema","type":"unknown","description":"Object storage to upload deployment logs."}