1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 15:46:57 +01:00
Files
openshift-docs/modules/virt-deleting-vmis-cli.adoc
2020-08-17 14:28:59 +00:00

22 lines
512 B
Plaintext

// Module included in the following assemblies:
//
// * virt/virtual_machines/virt-deleting-vmis-cli.adoc
[id="virt-deleting-vmis-cli_{context}"]
= Deleting a standalone virtual machine instance using the CLI
You can delete a standalone virtual machine instance (VMI) by using the `oc` command-line interface (CLI).
.Prerequisites
* Identify the name of the VMI that you want to delete.
.Procedure
* Delete the VMI by running the following command:
+
[source,terminal]
----
$ oc delete vmi <vmi_name>
----