Reserve a server on a machine
Last updated: May 29, 2026
Reserve a server on a machine
Reserve a game server slot on the specified machine. **WARNING:** This endpoint uses HTTP GET but performs a state-changing operation. Do not cache or automatically retry this request.
Endpoint
GET /cfp/v1/machine/{machineid}/reserve_serverPath Parameters
Name | Type | Required | Description |
|---|---|---|---|
| integer | Yes | The machine ID to reserve a server on. |
Example Request
curl -X GET "https://api.multiplay.dev/cfp/v1/machine/:machineid/reserve_server" \
-H "Authorization: Bearer <token>"Responses
Status | Description |
|---|---|
| Server reserved successfully. |
| |
| |
| |
| |
|