mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
This is a combination of 3 commits. This is a combination of 13 commits. CNV-3703 modules CNV-3703 topic map CNV-3703-VMIS modules CNV-3703-VMIS about module CNV-3703-VMIS modules CNV-3703 SME review CNV-3703 delete unused content QE review inputs QE review input QE review input UI and QE review edit labels Peer Review peer review peer review peer review input peer review
25 lines
1.2 KiB
Plaintext
25 lines
1.2 KiB
Plaintext
// Module included in the following assembly:
|
|
//
|
|
// * virt/virtual_machines/virt-manage-vmis.adoc
|
|
//
|
|
|
|
[id="virt-about-vmis_{context}"]
|
|
= About virtual machine instances
|
|
|
|
A virtual machine instance (VMI) is a representation of a running virtual machine (VM). When a VMI is owned by a VM or by another object, you manage it through its owner in the web console or by using the `oc` command-line interface (CLI).
|
|
|
|
A standalone VMI is created and started independently with a script, through automation, or by using other methods in the CLI. In your environment, you might have standalone VMIs that were developed and started outside of the {VirtProductName} environment. You can continue to manage those standalone VMIs by using the CLI. You can also use the web console for specific tasks associated with standalone VMIs:
|
|
|
|
* List standalone VMIs and their details.
|
|
|
|
* Edit labels and annotations for a standalone VMI.
|
|
|
|
* Delete a standalone VMI.
|
|
|
|
When you delete a VM, the associated VMI is automatically deleted. You delete a standalone VMI directly because it is not owned by VMs or other objects.
|
|
|
|
[NOTE]
|
|
====
|
|
Before you uninstall {VirtProductName}, list and view the standalone VMIs by using the CLI or the web console. Then, delete any outstanding VMIs.
|
|
====
|