---
title: "Send a request to increase cluster quota."
method: POST
path: "/cmx/quotas/increase"
tags: ["clusters"]
---

# Send a request to increase cluster quota.

`POST /cmx/quotas/increase`

Required RBAC Policy: kots/cluster/increase-quota

## Request body

- object
  - `requests` IncreaseQuotaRequest[]
    - `name` string
    - `requested_value` integer

## Response `200`

IncreaseClusterQuotaResponse contains the response to increase cluster quota

- object

## Other responses

- `400` — IncreaseClusterQuotaErrorResponse contains the errors returned when increasing cluster quota
- `401` — Return if the caller is not authorized
- `403` — Returned if the caller does not have the needed permission
- `404` — Returned on resource not found

---

[API](https://skmtc.net/replicated/apis/vendor-api-v3-2.md) · [All operations](https://skmtc.net/replicated/apis/vendor-api-v3-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/replicated/vendor-api-v3-2/versions/6fcf9e54aba4/schema)
