update-ml-model
Apply JSON Patch operations to update an ML model's properties and metadata.
Instructions
Update an ML model using JSON Patch operations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ML Model UUID to update | |
| operations | Yes | JSON Patch operations array (e.g. [{op:'add', path:'/description', value:'...'}]) |