Renaming an Environment
Rename an active environment in the Oracle Cloud Migrations service.
As a prerequisite, you have created a source environment.
- Open the navigation menu and select Migration & Disaster Recovery. Under Cloud Migrations, select Remote Connections.
- On the Source environments page, from the list of environments, select the active environment that you want to rename.
- On the environment details page, click Edit.
- In the Edit source environment panel, update the name and click Save changes.
To rename a source environment, use the
updatecommand with the required parameters.oci cloud-bridge ocb-agent-svc environment update --environment-id target_environment_ID [OPTIONS]The required parameter for the
updatecommand is:--environment-id: Specifies the unique external site identifier.To get all the commands for
ocb-agent-svc environment, run:oci cloud-bridge ocb-agent-svc environment -hTo get help for the
updatecommand, run:oci cloud-bridge ocb-agent-svc environment update -hFor a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
To rename a source environment, use the
UpdateEnvironmentoperation.