Nov 21, 2025 — Update to Volumes operations
5 days ago
Responses for Block Storage (Volumes) operations now include the io_ready object.
A result of true for this object indicates that a volume is successfully attached to a Linode and it's ready for read and write operations. This is included in the response for the following operations:
-
Create a volume (POST /volumes)
-
List volumes (GET /volumes)
-
Get a volume (GET /volumes/{volumeId})
-
Update a volume (PUT /volumes/{volumeId})
-
Attach a volume (POST /volumes/{volumeId}/attach)
-
Clone a volume (POST /volumes/{volumeId}/clone)
-
Resize a volume (POST /volumes/{volumeId}/resize)
-
List a Linode's volumes (GET /linode/instances/{linodeId}/volumes)
