Unreserve
Documentation for Unreserve
Read time 1 minuteLast updated a day ago
Unreserve a game server by its
<serverid>
https://api.multiplay.co.uk/cfp/v1/machine/<machineid>/unreserve_server
METHOD | CONTENT TYPE |
GET | application/x-www-form-urlencoded |
Request parameters
VARIABLE | DESCRIPTION | OPTIONAL |
machineid | The <machineid> parameter accepts an identifier of a machine within a fleet. | No |
serverid | The <serverid> parameter accepts a game server instance ID of a game server on the specified machine. | No |
Response fields
Field | Type | Description | Optional |
---|---|---|---|
uuid | string | ID of the allocation | No |
Example request
curl --location --request GET 'https://api.multiplay.co.uk/cfp/v1/machine/<machineid>/unreserve_server?serverid=<serverid>' \ --header 'Authorization: Basic YOUR_AUTH_CREDENTIALS'\ --header 'Content-Type: application/x-www-form-urlencoded'
Example response
{ "success": <status>, "messages": [], "uuid": <uuid> }