$ oc delete vmim migration-job
Cancel the live migration so that the virtual machine instance remains on the original node.
You can cancel a live migration from either the web console or the CLI.
You can cancel a live migration of the virtual machine instance using the Options menu found on each virtual machine in the Virtualization → Virtual Machines tab, or from the Actions menu available on all tabs in the Virtual Machine Overview screen.
In the OKD Virtualization console, click Workloads → Virtualization from the side menu.
Click the Virtual Machines tab.
You can cancel the migration from this screen, which makes it easier to perform actions on multiple virtual machines, or from the Virtual Machine Overview screen where you can view comprehensive details of the selected virtual machine:
Click the Options menu at the end of virtual machine and select Cancel Virtual Machine Migration.
Select a virtual machine name to open the Virtual Machine Overview screen and click Actions → Cancel Virtual Machine Migration.
Click Cancel Migration to cancel the virtual machine live migration.
Cancel the live migration of a virtual machine instance by deleting the
VirtualMachineInstanceMigration
object associated with the migration.
Delete the VirtualMachineInstanceMigration
object that triggered the live
migration, migration-job
in this example:
$ oc delete vmim migration-job