Get deployment parameters
Get deployment parameters
Enumerate the available gateways, runtime engines, and instance types for deployment creation.
GET
Get deployment parameters
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.
- 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.
Response
OK
Response for GetDeploymentParameters
Last modified on May 22, 2026