Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions guides/attachvolume.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,25 @@ The response will list the supported volume types. Here is an example (this is e
{
"volume_types": [
{
"cloud": "datacrunch",
"region": "FIN-01",
"cloud": "verda",
"region": "helsinki-finland-1",
"display_name": "FI, Central",
"supports_multiple_mounts": false,
"fixed_size": true,
"price_per_gb_per_hour": "0.00028"
},
{
"cloud": "nebius",
"region": "eu-north1",
"region": "paris-france-2",
"display_name": "FR, Paris",
"supports_multiple_mounts": false,
"fixed_size": true,
"price_per_gb_per_hour": ".000097"
},
{
"cloud": "digitalocean",
"region": "tor1",
"region": "toronto-canada-1",
"display_name": "CA, Toronto",
"supports_multiple_mounts": false,
"fixed_size": true,
"price_per_gb_per_hour": ".000084"
Expand Down
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ components:
- lambdalabs
- paperspace
- vultr
- datacrunch
- verda
- latitude
- massedcompute
- imwt
Expand Down