Start a game server by criteria

Last updated: May 29, 2026

Start a game server by criteria

Start a game server matching the specified criteria (profile, fleet, region, etc.). Multiplay selects an available server that matches the criteria. **WARNING:** This endpoint uses HTTP GET but performs a state-changing operation. Do not cache or automatically retry this request.

Endpoint

GET /cfp/v1/server/start

Query Parameters

Name

Type

Required

Description

profileid

integer

Yes

Profile ID to start the server with.

fleetid

string

No

Fleet ID to filter available servers.

regionid

string

No

Region ID to filter available servers.

locationid

string

No

Location ID to filter available servers.

Example Request

curl -X GET "https://api.multiplay.dev/cfp/v1/server/start?profileid=<profileid>&fleetid=<fleetid>&regionid=<regionid>&locationid=<locationid>" \
  -H "Authorization: Bearer <token>"

Responses

Status

Description

200

Server start initiated successfully.

400

401

403

404

500