Update deployment
update_deploymentPatch a deployment's name/description/config. config_patch merges key-wise (explicit null deletes a key).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name. | |
| description | No | New description. | |
| config_patch | No | Partial config to merge in (key-wise; null removes a key). | |
| deployment_id | Yes | Id of the deployment. |