---
title: "Retrieve Autoscale Configuration for a Database Cluster"
method: GET
path: "/v2/databases/{database_cluster_uuid}/autoscale"
tags: ["DigitalOcean-public.v2-new_Databases"]
---

# Retrieve Autoscale Configuration for a Database Cluster

`GET /v2/databases/{database_cluster_uuid}/autoscale`

To retrieve the autoscale configuration for an existing database cluster, send a GET request to `/v2/databases/$DATABASE_ID/autoscale`.
The response will be a JSON object with autoscaling configuration details.

## Path parameters

- `database_cluster_uuid` string, uuid, required

## Response `200`

A JSON object with autoscale configuration details.

- object
  - `autoscale` DatabaseAutoscaleParams — Contains all autoscaling configuration for a database cluster
    - `storage` object — Storage autoscaling configuration
      - `enabled` boolean, required — Whether storage autoscaling is enabled for the cluster
      - `threshold_percent` integer — The storage usage threshold percentage that triggers autoscaling. When storage usage exceeds this percentage, additional storage will be added automatically.
      - `increment_gib` integer — The amount of additional storage to add (in GiB) when autoscaling is triggered

## Other responses

- `401` — Authentication failed due to invalid credentials.
- `404` — The resource was not found.
- `429` — The API rate limit has been exceeded.
- `500` — There was a server error.
- `default` — There was an unexpected error.

---

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