Skip to content

Transfer player to another instance

POST
/api/v1/players/{id}/transfer

Queues a player transfer to the specified target instance. Returns 404 if the target instance does not exist.

id
required
string

Player UUID

object
targetInstanceId
string

Transfer queued

object
status
string
playerId
string
targetInstanceId
string

Unauthorized

Forbidden

Player or target instance not found

object
error
object
code
string
message
string
status
required
integer format: int32