Update a model in the registry
The unique identifier of the model
Model data to update
The updated model configuration
401 - Not authenticated
404 - Model not found
import { updateModelRegistry } from "@cpod/sdk";const updated = await updateModelRegistry("model-123", { name: "GPT-4 Production",}); Copy
import { updateModelRegistry } from "@cpod/sdk";const updated = await updateModelRegistry("model-123", { name: "GPT-4 Production",});
Update a model in the registry