Start a specific game server

Last updated: May 29, 2026

Start a specific game server

Start the game server identified by the specified server ID. **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/{serverid}/start

Example Request

curl -X GET "https://api.multiplay.dev/cfp/v1/server/:serverid/start" \
  -H "Authorization: Bearer <token>"

Responses

Status

Description

200

Server start initiated successfully.

400

401

403

404

500