Moving an OCI Cache Configuration Between Compartments

Move an OCI Cache custom configuration to a different compartment in your Oracle Cloud Infrastructure tenancy.

You can't move a default configuration to another compartment.
    1. On the Configurations list page, select a custom configuration that you to want to work with. If you need help finding the list page or the configuration, see Listing OCI Cache Configurations.
    2. On the configuration's details page, select Move resource.
    3. In the Move resource panel, select the destination compartment from the list.
    4. Select Move resource.
  • Use the oci redis oci-cache-config-set oci-cache-config-set change-compartment command and required parameters to move a configuration to a different compartment:

    oci redis oci-cache-config-set oci-cache-config-set change-compartment --compartment-id <compartment_OCID> --oci-cache-config-set-id <config_set_OCID> [OPTIONS]

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

  • Run the ChangeOciCacheConfigSetCompartment operation to move a configuration to a different compartment.