Deallocate a game server
Last updated: May 29, 2026
Deallocate a game server
Deallocate one or more game servers from the specified fleet. Stops the servers and returns them to the pool.
Endpoint
POST /cfp/v2/fleet/{fleetid}/server/deallocatePath Parameters
Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | The fleet ID to deallocate servers from. |
Request Body
Example Request
curl -X POST "https://api.multiplay.dev/cfp/v2/fleet/:fleetid/server/deallocate" \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/json" \
-d '{"key":"value"}'Responses
Status | Description |
|---|---|
| Successful deallocation. |
| |
| |
| |
| |
|