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/deallocate

Path Parameters

Name

Type

Required

Description

fleetid

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

200

Successful deallocation.

400

401

403

404

500