Moving a Model Endpoint Between Compartments

Move a model endpoint in Language to a different compartment.

    1. Open the navigation menu and select Analytics & AI. Under AI Services, select Language.
    2. In the left-side navigation menu, select Projects.
      The projects list page opens. All projects in the selected compartment are displayed in a table.
    3. On the Projects list page, select the name of the project.

      The project details page opens.

    4. Under Resources, select Model endpoints.

      The model endpoints list page opens. All model endpoints are displayed in a table.

    5. Select the name of the model endpoint.

      The model endpoint page opens. All model endpoints in the selected project are displayed in a table.

    6. Click Move resource.
    7. Select the new compartment for the private endpoint resource, and then click Move resource.

    A notification is displayed indicating that the private endpoint has moved to the new compartment successfully. You might notice the private endpoint status change to Moving. After the move has completed successfully, the private endpoint status changes back to Active.

  • Use the oci ai language endpoint change-compartment command and required parameters to change the model endpoints compartment:

    oci ai language endpoint change-compartment --compartment-id <compartment-id>.-c [<text>].. [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.

  • Use the ChangeEndpointCompartment operation to change the compartment for the model endpoint.