---
title: "Update Application Autoscaling"
method: PUT
path: "/apps/{appId}/autoscaling"
tags: ["AutoscalingSettings"]
---

# Update Application Autoscaling

`PUT /apps/{appId}/autoscaling`

Updates the autoscaling settings for an application, including minimum and maximum replica counts.

## Path parameters

- `appId` string, required

## Request body

- AutoscalingSettings
  - `min` integer, required
  - `max` integer, required

## Response `200`

Autoscaling settings updated successfully.

## Other responses

- `400` — Invalid input or validation error.
- `401` — User is unauthorized.
- `403` — User has invalid card or is suspended.
- `404` — Application not found.
- `422` — Unprocessable entity.
- `500` — Unexpected server error.

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/revisions/9e622620664b/schema)
