Rejecting a Connection

If the Compute Cloud@Customer infrastructure connection is broken, or you believe the security of the connection has been compromised, or you want to make a new connection, reject the connection. This puts the connection into a REJECT state.

For more information about connection states, see Viewing the Connection State.

Important

The infrastructure connection state must remain in the REJECT state for a minimum of 20 minutes before you connect the infrastructure. See Connecting a Compute Cloud@Customer Infrastructure to OCI.

    1. In the Oracle Cloud Console, open the navigation menu, click Hybrid, and then click Oracle Compute Cloud@Customer.
    2. Click Infrastructures.
    3. In the list of infrastructures, find the one that you want to disconnect from the infrastructure in your data center. If you don't see the infrastructure that you want, you might need to change compartments.
    4. Click the Actions menu (An image of the three dot icon.), and select Reject connection.

      The connection state changes to REJECT.

      To reconnect the infrastructure, see Connecting a Compute Cloud@Customer Infrastructure to OCI.

  • Use the ccc infrastructure update command and required parameters to update a Compute Cloud@Customer infrastructure, including the connection state.

    oci ccc infrastructure update --infrastructure-id <infrastructure_OCID> --connection-state REJECT [OPTIONS]

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

  • Use the UpdateCccInfrastructure operation to update a Compute Cloud@Customer infrastructure, including the connection state.

    For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.