Switch fleet profile

Last updated: May 29, 2026

Switch fleet profile

Switch the profile of all game servers within a reservation-based fleet to the specified profile ID. Restarts all game servers in the fleet to use the new profile. If any servers fail to restart before the timeout, Multiplay force-restarts them. **Note:** This endpoint is for reservation-based fleets only. Allocation-based fleets automatically switch profile via the Allocate API call.

Endpoint

PATCH /cfp/v2/fleet/{fleetID}/switchprofile

Path Parameters

Name

Type

Required

Description

fleetID

string

Yes

Fleet ID to apply the profile switch to.

Request Body

Example Request

curl -X PATCH "https://api.multiplay.dev/cfp/v2/fleet/:fleetID/switchprofile" \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{"key":"value"}'

Responses

Status

Description

200

Profile switch initiated successfully.

400

401

403

404

500