Queue an allocation request

Last updated: May 28, 2026

Queues a request to allocate a server in a fleet.

Endpoint

POST /v4/projects/{projectId}/environments/{environmentId}/fleets/{fleetId}/allocations

Request Body

Example Request

curl -X POST "https://api.multiplay.dev/v4/projects/:projectId/environments/:environmentId/fleets/:fleetId/allocations" \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{"key": "value"}'

Responses

Status

Description

202

Allocation is being processed.

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

429

Too Many Requests

500

Internal Server Error