triangle-exclamation已弃用

circle-exclamation
Deprecated

⚠️ Deploy Server

post

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

授权
Authorizationstring必填
头参数
Acceptstring可选Example: */*
Content-Typestring可选Example: application/json
请求体
app_namestring必填

Application to deploy.

Example: my-game-server
version_namestring可选

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

Example: 2024.01.30-16.23.00-UTC
ip_liststring[]可选

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

Example: 162.254.141.66
tagsstring[]可选

List of tags to mark your deployments for easy filtering.

Example: production
webhook_urlstring可选

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

Example: https://www.webhook.com/
commandstring · 可为 null可选

Overrides container command for the deployment, use with caution.

Example: null | 'string'
argumentsstring · 可为 null可选

Overrides container arguments for the deployment, use with caution.

Example: null | 'string'
响应
post
/v1/deploy
Deprecated

⚠️ Updates properties of a deployment

patch

DEPRECATED. Updates properties of a deployment. Currently only the is_joinable_by_session property can be updated.

授权
Authorizationstring必填
路径参数
request_idstring必填
头参数
Acceptstring可选Example: */*
Content-Typestring可选Example: application/json
请求体
is_joinable_by_sessionboolean可选

Whether a session can connect to this deployment or not.

响应
patch
/v1/deployments/{request_id}

最后更新于

这有帮助吗?