We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a245371 + 293fb0a commit a99e191Copy full SHA for a99e191
1 file changed
flash/configuration/storage.mdx
@@ -65,6 +65,8 @@ async def process(data: dict) -> dict:
65
...
66
```
67
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
+
70
You can also reference an existing volume by ID:
71
72
```python
0 commit comments