---
title: "Assign Traffic Resources from Global Pool"
method: POST
path: "/kvm/v2/set/additional_pool_traffic"
tags: ["Traffic Pool"]
---

# Assign Traffic Resources from Global Pool

`POST /kvm/v2/set/additional_pool_traffic`

This endpoint assigns additional traffic resources from the global pool to a specified KVM VPS.  
The `api_host` parameter, obtained from the "Create AUTH-session" response,  
is dynamically set in the URL.  
The amount of traffic to assign is specified in the `traffic` parameter (in GB).

## Response `200`

Traffic resources assigned successfully.

- InlineResponse20024
  - `status` string — The status of the operation.
  - `assigned_traffic` integer — The amount of traffic assigned (in GB).

## Other responses

- `400` — Bad Request - Invalid or missing parameters.
- `401` — Unauthorized - Invalid or expired session.
- `500` — Internal Server Error - An unexpected error occurred.

---

[API](https://skmtc.net/edisglobal/apis/edis-global-management-api.md) · [All operations](https://skmtc.net/edisglobal/apis/edis-global-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/edisglobal/edis-global-management-api/versions/223263c91ac0/schema)
