Volumes
Volumes
Create a New Block Storage Volume
/v2/volumes
Delete a Block Storage Volume
/v2/volumes/{volume_id}
Delete a Block Storage Volume by Name
/v2/volumes
List All Block Storage Volumes
/v2/volumes
Retrieve an Existing Block Storage Volume
/v2/volumes/{volume_id}
VolumesActions
Initiate A Block Storage Action By Volume Id
/v2/volumes/{volume_id}/actions
Initiate A Block Storage Action By Volume Name
/v2/volumes/actions
List All Actions for a Volume
/v2/volumes/{volume_id}/actions
Retrieve an Existing Volume Action
/v2/volumes/{volume_id}/actions/{action_id}
Models
VolumesSnapshots
Create Snapshot from a Volume
/v2/volumes/{volume_id}/snapshots
Delete a Volume Snapshot
/v2/volumes/snapshots/{snapshot_id}
List Snapshots for a Volume
/v2/volumes/{volume_id}/snapshots
Retrieve an Existing Volume Snapshot
/v2/volumes/snapshots/{snapshot_id}