Updating a Dedicated AI Cluster

Update the name or description of a dedicated AI cluster in OCI Generative AI. If the cluster is a hosting cluster, you can also add units (model replicas) to it.

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

Note

When you create a cluster for hosting models, by default one unit is created for the base model that you select. To increase the throughput, you can increase the number of model replicas by adding units. For example, creating two instances on this cluster requires two units and increases the throughput.
    1. On the Dedicated AI clusters list page, select the dedicated AI cluster that you want to work with. If you need help finding the list page for dedicated AI clusters, see Listing Dedicated AI Clusters.
    2. On the details page, select Edit.
    3. Update the name and the description.
    4. For hosting clusters, add or remove units if needed.
    5. Select Update.
  • Use the dedicated-ai-cluster update command and required parameters to update a dedicated cluster:

    oci generative-ai dedicated-ai-cluster update 
    --dedicated-ai-cluster-id <dedicated-ai-cluster-OCID> [OPTIONS]

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

  • Run the UpdateDedicatedAiCluster operation to update a dedicated cluster.