---
title: "Gets project disk autoscale config"
method: GET
path: "/v1/projects/{ref}/config/disk/autoscale"
tags: ["Projects"]
---

# Gets project disk autoscale config

`GET /v1/projects/{ref}/config/disk/autoscale`

## Path parameters

- `ref` string, required

## Response `200`

- DiskAutoscaleConfig
  - `growth_percent` integer, nullable, required — Growth percentage for disk autoscaling
  - `min_increment_gb` integer, nullable, required — Minimum increment size for disk autoscaling in GB
  - `max_size_gb` integer, nullable, required — Maximum limit the disk size will grow to in GB

## Other responses

- `401` — Unauthorized
- `403` — Forbidden action
- `429` — Rate limit exceeded
- `500` — Failed to get project disk autoscale config

---

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