Start game server
POST/v1/games/:gameId/servers
Starts a standalone game server and blocks until it reaches the Ready state, returning its IP and port. If the server fails to start or the timeout expires, GameFlow automatically cleans up the failed server. REST callers should set their HTTP client timeout above the requested timeoutSeconds.
Request
Responses
- 200
- 504
- default
Game server is ready with connection details.
Server did not become ready within the timeout period.
An unexpected error response.