Moving a Compute Cloud@Customer Upgrade Schedule Between Compartments
Move an existing Compute Cloud@Customer upgrade schedule to a different compartment within the same tenancy.
- In the Oracle Cloud Console, open the navigation menu, click Hybrid, and then click Oracle Compute Cloud@Customer.
- Click Upgrade Schedules.
- Click the name of the upgrade schedule that you want to move to a different compartment. If you don't see the upgrade schedule that you want, you might need to change compartments.
- Click Move resource.
- Choose the compartment to move the upgrade schedule to, and then click Move resource.
Use the ccc upgrade-schedule change-compartment command and required parameters to move an upgrade schedule to a different compartment:
oci ccc upgrade-schedule change-compartment --compartment-id <compartment ocid of the new compartment> --upgrade-schedule-id <OCID of the upgrade schedule to be moved> ... [OPTIONS]
For a complete list of CLI commands, flags, and options, see the Command Line Reference.
Use the ChangeCccUpgradeScheduleCompartment operation to move a Compute Cloud@Customer upgrade schedule to a different compartment in the tenancy.
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.