Updating a Routing Profile

Update a routing profile's name, description, model selection, or target OCI regions in OCI Generative AI.

    1. On the Routing profiles list page, select the routing profile that you want to update. If you need help finding the list page or routing profile, see Listing Routing Profiles.
    2. On the routing profile's details page, select Edit.
    3. (Optional) Update the name or description.
    4. (Optional) From Model select, select a different on-demand model.
    5. (Optional) From Target OCI regions, select one or more regions where the selected model is available.
      When you change the model, verify that the target regions are available for that model. See Generative AI Models by Region.
    6. Select Update.
  • Use the routing-profile update command and required parameters to update a routing profile:

    oci generative-ai routing-profile update --routing-profile-id <routing-profile-OCID> [OPTIONS]

    Specify the properties to change with the optional --display-name, --description, --model-routing-policy, or --region-routing-policy parameters. Provide each routing policy as a valid JSON string or a JSON file using the file:// syntax.

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

  • Run the UpdateRoutingProfile operation to update a routing profile.