Moving a Cluster
Move a Streaming with Apache Kafka cluster resource from its current compartment into a different compartment in the OCI tenancy.
- On the Kafka clusters list page, select the cluster that you want to work with.
- On the details page, from the select Move resources.
- In the Move resource panel, select the destination compartment from the list.
- Select Move resource.
Use the
cluster change-compartment
command and required parameters to move a cluster between compartments:oci kafka cluster change-compartment --compartment-id compartment_id --kafka-cluster-id <ocid>
For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
Run the
ChangeKafkaCluster
operation to move a cluster between compartments.