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/startQuery Parameters
Name | Type | Required | Description |
|---|---|---|---|
| integer | Yes | Profile ID to start the server with. |
| string | No | Fleet ID to filter available servers. |
| string | No | Region ID to filter available servers. |
| 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>®ionid=<regionid>&locationid=<locationid>" \
-H "Authorization: Bearer <token>"Responses
Status | Description |
|---|---|
| Server start initiated successfully. |
| |
| |
| |
| |
|