cURL
curl --request POST \ --url https://api.computeflow.cloud/v2/servers/start \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data '{ "name": "<string>", "startup_args": "<string>", "region": "<string>", "compute_size": "small", "version_tag": "<string>", "ttl": 43230, "custom_data": {} }'
{ "instance_id": "<string>", "name": "<string>", "status": "launching", "region": "<string>", "network_ports": [ { "name": "<string>", "internal_port": 123, "external_port": 123, "protocol": "udp", "host": "<string>", "tls_enabled": false } ], "compute_size": "small", "version_tag": "", "started_at": "2023-11-07T05:31:56Z" }
Provisions and starts a new game server instance based on the provided configuration. Requires an active Pro plan subscription.
PlayFlow API Key
Configuration for the new server.
Successful Response
Schema for server start response.