$ 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.
A live migration of the virtual machine instance can be cancelled using the Options menu found on each virtual machine in the Workloads → Virtual Machines screen, or from the Actions menu on the Virtual Machine Details screen.
In the container-native virtualization console, click Workloads → Virtual Machines.
You can cancel the migration from this screen, which makes it easier to perform actions on multiple virtual machines in the one screen, or from the Virtual Machine Details 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.
Click the virtual machine name to open the Virtual Machine Details 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