pydo.volumes

Generated on 17 Apr 2025 from pydo version v0.10.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

pydo.volumes.create()

Create a New Block Storage Volume

pydo.volumes.delete_by_name()

Delete a Block Storage Volume by Name

pydo.volumes.delete()

Delete a Block Storage Volume

pydo.volumes.get()

Retrieve an Existing Block Storage Volume

pydo.volumes.list()

List All Block Storage Volumes

We can't find any results for your search.

Try using different keywords or simplifying your search terms.