How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Scaleway Volumes API

A volume is where you store your data inside your Instance. Itappears as a block device on Linux that you can use to createa filesystem and mount it.The Instance API only supports local (`l_ssd`) and `scratch` volume types.Block storage volumes can also be attached to Instances, these volumes aremanaged by the SBS API (https://www.scaleway.com/en/developers/api/block/).Minimum and maximum volume sizes for each volume types can be queriedfrom the zone `/products/volumes` API endpoint. _I.e_ for: - `fr-par-1` use https://api.scaleway.com/instance/v1/zones/fr-par-1/products/volumes - `nl-ams-1` use https://api.scaleway.com/instance/v1/zones/nl-ams-1/products/volumesEach type of volume is also subject to a global quota for the sum of all thevolumes. This quota depends of the level of support and may bechanged on demand.When using multiple block devices, it's advised to mount them byusing their UUID instead of their device name. A device name issubject to change depending on the volumes order. Block devicesUUIDs can be found in `/dev/disk/by-id/`.

Scaleway Volumes API is one of 74 APIs that Scaleway publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Volumes. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 8 operations across 5 paths, and defines 8 schemas. It is described by OpenAPI 3.1.0, at version v1.

Requests are made against a single base URL, https://api.scaleway.com.

8 operations 5 paths 8 schemas 1 DELETE2 GET1 PATCH3 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v1
Server
https://api.scaleway.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Scaleway Volumes API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-Auth-Token (scaleway).

Paths & Operations 8

Across 5 paths, the API surfaces 8 operations — 1 DELETE, 2 GET, 1 PATCH, 3 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Volumes 8

A volume is where you store your data inside your Instance. It appears as a block device on Linux that you can use to create a filesystem and mount it. The Instance API only suppo…

POST
/instance/v1/zones/{zone}/block-migration/apply
Migrate a volume and/or snapshots to SBS (Scaleway Block Storage)
ApplyBlockMigration 1 param body → 204
POST
/instance/v1/zones/{zone}/block-migration/plan
Get a volume or snapshot's migration plan
PlanBlockMigration 1 param body → 200
GET
/instance/v1/zones/{zone}/volumes
List volumes
ListVolumes 8 params → 200
POST
/instance/v1/zones/{zone}/volumes
Create a volume
CreateVolume 1 param body → 201
PUT
/instance/v1/zones/{zone}/volumes/{id}
Update volume
SetVolume 2 params body → 200
GET
/instance/v1/zones/{zone}/volumes/{volume_id}
Get a volume
GetVolume 2 params → 200
PATCH
/instance/v1/zones/{zone}/volumes/{volume_id}
Update a volume
UpdateVolume 2 params body → 200
DELETE
/instance/v1/zones/{zone}/volumes/{volume_id}
Delete a volume
DeleteVolume 2 params → 204

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are scaleway.instance.v1.Snapshot (13 properties), scaleway.instance.v1.Volume (13 properties), scaleway.instance.v1.MigrationPlan (3 properties), scaleway.instance.v1.UpdateVolumeResponse (1 property). Each schema is shown below with its type and property counts.

scaleway.instance.v1.GetVolumeResponse
object
1 property
scaleway.instance.v1.Volume
object
13 properties
scaleway.instance.v1.Snapshot
object
13 properties
scaleway.instance.v1.UpdateVolumeResponse
object
1 property
scaleway.instance.v1.ListVolumesResponse
object
1 property
scaleway.instance.v1.CreateVolumeResponse
object
1 property
scaleway.instance.v1.MigrationPlan
object
3 properties
scaleway.instance.v1.SetVolumeResponse
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

scaleway-volumes-api-openapi.yml Raw ↑

Other APIs Scaleway publishes across the network.

Scaleway Generative APIs
Scaleway Access Control List API
Scaleway ACLs API
Scaleway Alert Subscribers API
Scaleway API Keys API
Scaleway Applications API
Scaleway Backends API
Scaleway Backups API
Scaleway Blocklist API
Scaleway Certificate API
Scaleway Cluster types API
Scaleway Clusters API
Where this information came from

This is an independent, third-party profile of Scaleway Volumes API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.