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}/allocationsRequest 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 |
|---|---|
| Allocation is being processed. |
| Bad Request |
| Unauthorized |
| Forbidden |
| Not Found |
| Too Many Requests |
| Internal Server Error |