List Persistent Volume Plans & Pricing
Returns the persistent volume sizes available in the region, with each plan's display name, size (in TB - e.g. 0.01 = 10 GB), and monthly price. Use a plan's size (in GB) as pv_size when creating a persistent volume.
GET
/api/v1/persistent_volume/plans/Query parameters
project_idQueryintegerrequiredIdentifier of the project to scope the request to. Required integer project ID.
- required
- must be a valid integer project ID
example{{project_id}}apikeyQuerystringrequiredAPI key used to authenticate the request.
- required
- non-empty string
example{{api_key}}locationQuerystringrequiredRegion whose plans should be returned.
- required
- must be a valid region name (e.g., Delhi, Chennai)
example{{location}}
Responses
200Successful response
example
200Available persistent volume plans.
example
Success