Skip to main content
GET
/
storage
/
quote
Nfs Quote
curl --request GET \
  --url https://api.example.com/storage/quote \
  --header 'Authorization: Bearer <token>'
{
  "hourly_rate": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

size_gb
integer
required

Storage size in GB

Required range: x >= 1

Response

Successful Response

Response model for pricing quote endpoints (cluster and storage).

hourly_rate
number
required