1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/virt-canceling-vm-migration-cli.adoc
2023-10-30 10:13:25 -04:00

22 lines
583 B
Plaintext

// Module included in the following assemblies:
//
// * virt/live_migration/virt-initiating-live-migration.adoc
:_mod-docs-content-type: PROCEDURE
[id="virt-canceling-vm-migration-cli_{context}"]
= Canceling live migration by using the command line
Cancel the live migration of a virtual machine by deleting the
`VirtualMachineInstanceMigration` object associated with the migration.
.Procedure
* Delete the `VirtualMachineInstanceMigration` object that triggered the live
migration, `migration-job` in this example:
+
[source,terminal]
----
$ oc delete vmim migration-job
----