Get deployment parameters
Get deployment parameters
Enumerate the available gateways, runtime engines, and instance types for deployment creation.
GET
Get deployment parameters
- The API server is
https://api.coreweave.com. - Replace
{API_ACCESS_TOKEN}with your CoreWeave API access token. - For required permissions, see IAM Access Policies.
gatewayIds: gateway IDs in the caller’s organization that can be referenced by a new deployment.runtimeParameters.runtimeVersions: map keyed by engine name; each entry lists the available version strings.runtimeParameters.runtimeConfigOptions: map keyed by engine name; each entry lists the engine-specific config keys allowed underruntime.engineConfig.resourceParameters.instanceTypes: instance types available for deployment.
Example request
Authorizations
CoreWeave API access token sent as a bearer token.
Query Parameters
Optional set of gateway IDs to scope the returned parameters to. When provided, the response enumerates only the values valid across every listed gateway, so a deployment targeting this exact set and using only the returned values passes validation. Empty means all of the organization's gateways (the values are enumerated across them without the cross-gateway intersection).
Response
OK
Response for GetDeploymentParameters
Last modified on June 30, 2026