Moving an Outbound Connector Between Compartments

Move an outbound connector to another compartment within the same tenancy.

    1. On the Outbound Connectors list page, select the outbound connector that you want to work with. If you need help finding the list page or the outbound connector, see Listing Outbound Connectors.
    2. From the Actions menu (Actions Menu) for the outbound connector, select Move resource.
    3. Select a Destination compartment.
    4. Select Move resource.
  • Use the oci fs outbound-connector change-compartment command with the required parameters to move an outbound connector to another compartment.

    oci fs outbound-connector change-compartment --compartment-id <compartment_id> --outbound-connector-id <outbound_connector_id> [OPTIONS]

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

  • Use ChangeOutboundConnectorCompartment to move an outbound connector to another compartment.

    For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.