Get fleet profile switch status

Last updated: May 29, 2026

Get fleet profile switch status

Get the status of a profile switch triggered by the Fleet Profile Switch endpoint.

Endpoint

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

Path Parameters

Name

Type

Required

Description

fleetID

string

Yes

Fleet ID to check the current switch status of.

Example Request

curl -X GET "https://api.multiplay.dev/cfp/v2/fleet/:fleetID/switchprofile" \
  -H "Authorization: Bearer <token>"

Responses

Status

Description

200

Successful response with switch status.

400

401

403

404

500