Skip to content
Management API Reference

Gets project disk autoscale config

get/v1/projects/{ref}/config/disk/autoscale

Path parameters

  • ref
    Required
    string

    Project ref

Response codes

  • 200
  • 401
  • 403
  • 429
  • 500

Response (200)

1
{
2
"growth_percent": 1,
3
"min_increment_gb": 1,
4
"max_size_gb": 1
5
}