Server Deallocate
Note: Please use Deallocate V2 instead.
Remove an allocation by the allocation UUID.
If the game session using the specified allocation has completed, the game server hosting the game session is deallocated. If the allocation is in a pending state, the pending allocation is removed.
Copy
/cfp/v1/server/deallocate
METHOD |
CONTENT TYPE |
GET | application/x-www-form-urlencoded |
VARIABLE | DESCRIPTION | OPTIONAL |
uuid | The <uuid> parameter accepts an allocation UUID. The specified UUID will be deallocated.
|
No |
fleetid | The <fleetid> parameter accepts a fleet ID. The specified fleet ID must be the fleet to which the allocation UUIDs belong.
|
No |
Example response
Copy
{
"success": true,
"messages": [],
"uuid": "<uuid>"
}