Moving a Private Endpoint

Move a private endpoint resource in Data Science from the compartment you created it into a different compartment.

    1. From the Private endpoints page, select the name of the private endpoint. If you need help finding the list of private endpoints, see Listing Private Endpoints.
    2. Select Move resource.
    3. Select the new compartment for the private endpoint resource, and then 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 private-endpoint move --private-endpoint-id 
                                    <private-endpoint-id>
                                ... [OPTIONS]

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

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