Completing a Migration Project
Mark a migration project as complete after migrating it to the target environment and validating the migration assets.
After you mark a migration project as complete, the migration modules are blocked from attempting to discover further changes to the source environment or suggesting new recommendations.
To complete a migration project, use the
create
command by specifying the--is-completed
Boolean optional parameter.oci cloud-migrations migration create -compartment-id target_compartment_ID --display-name migration_identifier [--is-completed true|false] [OPTIONS]
The required parameters for thecreate
command are:-
--compartment-id
: Specifies the OCID of the compartment name. --display-name
: Specifies the name of the migration project, which is a migration identifier.
The optional parameter for the
create
command that specifies whether you can mark a migration project as complete is:--is-completed
: (Optional) Specifies whether you can mark a migration as complete.To get all the commands for
migration
, run:oci cloud-migrations migration -h
To get help for the
create
command, run:oci cloud-migrations migration create -h
For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
-
To complete a migration project, use the
Migration Reference
operation by specifying theiscompleted
Boolean optional parameter.