Launch game server
POST/v1/games/:gameId/servers/launch
Launches a standalone game server and returns immediately without waiting for it to become ready. The server will be in a starting state, use GetGameServerDetails or ListGameServers to poll for status updates.
Request
Responses
- 200
- default
Game server creation initiated.
An unexpected error response.