Update deployment
Update deployment
Update the spec of a CoreWeave inference deployment.
PATCH
Update deployment
- 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.
name, gatewayIds, runtime, resources, model,
autoscaling, traffic) — this endpoint does not accept
a field mask.
Example request
Authorizations
CoreWeave API access token sent as a bearer token.
Path Parameters
The ID of the deployment to update
Body
application/json
Request for UpdateDeployment
The ID of the deployment to update
The name of the deployment
The gateways to associate the deployment with
Runtime selection and configuration
Resource configuration for the deployment
The model configuration
The autoscaling configuration
The traffic configuration for the deployment
Disable the deployment
Response
OK
Response for UpdateDeployment
The updated deployment
Last modified on May 22, 2026