Skip to content

Commit a99e191

Browse files
authored
docs: Document valid size range for network volumes (#598)
2 parents a245371 + 293fb0a commit a99e191

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

flash/configuration/storage.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ async def process(data: dict) -> dict:
6565
...
6666
```
6767

68+
The `size` parameter specifies the volume size in GB. Valid values range from 10 to 4096 GB (4 TB). If not specified, `size` defaults to 100 GB.
69+
6870
You can also reference an existing volume by ID:
6971

7072
```python

0 commit comments

Comments
 (0)