Moving a Private Endpoint

Move a private endpoint resource in Data Science to a different compartment.

    1. On the Private endpoints list page, find the private endpoint that you want to work with. If you need help finding the list page or the private endpoint, see Listing Private Endpoints.
    2. From the Actions menu (three dots) for the private endpoint, select Move resource.
    3. In the Move resource panel, select the destination compartment.
    4. Select Move resource.
    A notification displays indicating that the private endpoint resource is moved to the new compartment successfully. You might notice the private endpoint status change to Updating. After the move is completed successfully, the private endpoint status changes back to Active.
  • Use the change-compartment command and required parameters to move a private endpoint to a different compartment:

    oci data-science ds-private-endpoint change-compartment --private-endpoint-id <private-endpoint-id> ... [OPTIONS]

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

  • Use the ChangeDataSciencePrivateEndpointCompartment operation to move a private endpoint to a different compartment.