Renaming a Migration Asset
Rename a migration asset in a migration project.
- Open the navigation menu and select Migration & Disaster Recovery. Under Cloud Migrations, select Migrations.
- On the Migrations projects list page, select the active migration project that contains the migration asset that you want to rename.
- On the migration project details page, select Migration assets.
- Select the asset that you want to rename.
- On the migration asset details page, select the Actions menu and then select Rename.
- In the Rename migration asset panel, update the name and select Save changes.
To rename a migration asset, use the
updatecommand with the required parameters and the optional parameter--display-namealong with the new display name.oci cloud-migrations migration-asset update --migration-asset-id migration_asset_ID --display-name new_display_name [OPTIONS]The required parameters for the
updatecommand are:--migration-asset-id: Specifies the unique identifier for the required migration asset.The optional parameter for the
updatecommand that specifies the name formigration-assetis:--display-name: (Optional) Specifies the display name for the migration asset.To get all the commands for
migration-asset, run:oci cloud-migrations migration-asset -hTo get help for the
updatecommand, run:oci cloud-migrations migration-asset update -hFor a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
To rename a migration asset, use the
UpdateMigrationAssetoperation.