---
title: "Update bandwidth packages"
method: POST
path: "/plans/bandwidth"
tags: ["Plans"]
---

# Update bandwidth packages

`POST /plans/bandwidth`

Allows to increase or decrease bandwidth packages. Only admins and owners can request.

## Request body

- object
  - `data` object
    - `type` 'bandwidth_packages'
    - `attributes` object
      - `project` string — The project (ID or Slug) to add bandwidth
      - `quantity` integer — The total amount you want to have
      - `region_slug` string — The region to add bandwidth

## Response `200`

Success

## Changes

- **2026-08-24** `093a8a1ebb2d` — 2 warning, 2 info
  - removed the optional property `attributes` from the response with the `200` status
  - removed the optional property `type` from the response with the `200` status
  - added the optional property `data` to the response with the `200` status
  - added the optional property `meta` to the response with the `200` status

[Change history](https://skmtc.dev/latitude/apis/latitude-sh-api/changes/plans/bandwidth/post.md)

---

[API](https://skmtc.dev/latitude/apis/latitude-sh-api.md) · [All operations](https://skmtc.dev/latitude/apis/latitude-sh-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/latitude/latitude-sh-api/revisions/c80535f26dd7/schema)
