v1

latestOpenAPI 3.0.02026-07-14169146300.3 KB
Projects

Modify database disk

post/v1/projects/{ref}/config/disk

Path parameters

refstring required
Example:abcdefghijklmnopqrst

Project ref

Request body

Example request

{
  "attributes": {
    "type": "gp3",
    "size_gb": 100,
    "iops": 3000,
    "throughput_mibps": 125
  }
}