$ 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 the live migration of a virtual machine instance in the web console.
In the OpenShift Container Platform console, click Virtualization → VirtualMachines from the side menu.
Click the Options menu beside a virtual machine and select Cancel 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