Updating a Custom Model

Update the name, description and the version of a custom model in OCI Generative AI.

When you edit a custom model, you can also update its tags. For instructions, see Updating a Tag for a Single Resource. For more information about tagging, see Resource Tags.

    1. On the Custom models list page, select the custom model that you want to work with. If you need help finding the list page for custom model, see Listing Custom Models.
    2. Select Edit.
    3. Update the name, description, and version.
    4. Select Update.
  • Use the model update command and required parameters to update a custom model:

    oci generative-ai model update 
    --model-id <custom-model-OCID> [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the UpdateModel operation to update a custom model.