Providers
List provider quotas [READ]
get/v2/provider/quotas/{namespace}
Path parameters
namespacestring required
User or organization name
Response
Vendors quotas with usage listed successfully
Example response
{
"vendors": [
{
"name": "aws",
"quotas": [
{
"architecture": "NVIDIA T4",
"instanceType": "nvidia-t4",
"maxAccelerators": 10,
"usedAccelerators": 3
}
]
}
]
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.