Skip to main content
GET
/
v1alpha1
/
inference
/
gateways
/
parameters
Get gateway parameters
curl --request GET \
  --url https://api.example.com/v1alpha1/inference/gateways/parameters
{
  "zones": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.coreweave.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

OK

Response for GetGatewayParameters

zones
string[]
required

The zones available for gateways

Last modified on May 6, 2026