Allocate a game server

Last updated: May 29, 2026

Allocate a game server

Allocate a game server from the specified fleet. The server is started with the specified profile and returned once ready. Supports optional region, location, and build filters.

Endpoint

POST /cfp/v2/fleet/{fleetid}/server/allocate

Path Parameters

Name

Type

Required

Description

fleetid

string

Yes

The fleet ID to allocate a server from.

Request Body

Example Request

curl -X POST "https://api.multiplay.dev/cfp/v2/fleet/:fleetid/server/allocate" \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{"key":"value"}'

Responses

Status

Description

200

Successful allocation.

400

401

403

404

500