Deleting a Migration Asset
Remove a migration asset from a migration project.
- Open the navigation menu and click Migration & Disaster Recovery. Under Cloud Migrations, click Migrations.
- On the Migrations page, click the active migration project that contains the migration asset that you want to delete.
- On the Migration project details page, under Resources, click Migration assets.
- Under Migration assets, select the asset that you want to delete.
- On the Migration asset details page, click Remove.
- In the Remove migration asset panel, click Remove.
To delete a migration asset, use the
delete
command.oci cloud-migrations migration-asset delete --migration-asset-id migration_asset_ID [OPTIONS]
The required parameters for the
delete
command are:--migration-asset-id
: Specifies the unique identifier for the required replication schedule.To get all the commands for
migration-asset
, run:oci cloud-migrations migration-asset -h
To get help for the
delete
command, run:oci cloud-migrations migration-asset delete -h
For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
To delete a migration asset, use the
DeleteMigrationAsset
operation.