Create Snapshot from a Volume
pydo.volume_snapshots
Generated on 5 Dec 2025
from pydo version
v0.21.0
DigitalOcean Block Storage Volumes provide expanded storage capacity for your Droplets and can be moved between Droplets within a specific region.
Volumes function as raw block devices, meaning they appear to the operating system as locally attached storage which can be formatted using any file system supported by the OS. They may be created in sizes from 1GiB to 16TiB.
By sending requests to the /v2/volumes endpoint, you can list, create, or
delete volumes as well as attach and detach them from Droplets