Skip to main content
GET
Get deployment parameters

Authorizations

Authorization
string
header
default:Bearer {API_ACCESS_TOKEN}
required

CoreWeave API access token sent as a bearer token.

Query Parameters

gatewayIds
string[]

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

gatewayIds
string[]
required

The gateway IDs in the caller's organization that can be referenced by a new deployment.

runtimeParameters
object

The available runtime parameters for the deployments

resourceParameters
object

The available resource parameters for the deployments

Last modified on July 20, 2026