diff --git a/guides/attachvolume.mdx b/guides/attachvolume.mdx index 0a0684c..c4381e2 100644 --- a/guides/attachvolume.mdx +++ b/guides/attachvolume.mdx @@ -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" diff --git a/openapi.yaml b/openapi.yaml index 5e8c3d1..7ef6f98 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1012,7 +1012,7 @@ components: - lambdalabs - paperspace - vultr - - datacrunch + - verda - latitude - massedcompute - imwt