VirtualBox

source: vbox/trunk/doc/manual/ru_RU/man_VBoxManage-unregistervm.xml

Last change on this file was 103620, checked in by vboxsync, 2 months ago

doc/man_VBoxManage: Adapt Russian translation files: Require all refsect1 and refsect2 elements to have @id attributes in manpages. bugref:10302

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 manpage, user manual, usage: VBoxManage unregistervm
4-->
5<!--
6 Copyright (C) 2006-2023 Oracle and/or its affiliates.
7
8 This file is part of VirtualBox base platform packages, as
9 available from https://www.virtualbox.org.
10
11 This program is free software; you can redistribute it and/or
12 modify it under the terms of the GNU General Public License
13 as published by the Free Software Foundation, in version 3 of the
14 License.
15
16 This program is distributed in the hope that it will be useful, but
17 WITHOUT ANY WARRANTY; without even the implied warranty of
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 General Public License for more details.
20
21 You should have received a copy of the GNU General Public License
22 along with this program; if not, see <https://www.gnu.org/licenses>.
23
24 SPDX-License-Identifier: GPL-3.0-only
25-->
26<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
27 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"[
28<!ENTITY % all.entities SYSTEM "all-entities.ent">
29%all.entities;
30]>
31<refentry id="vboxmanage-unregistervm" lang="en">
32 <refentryinfo>
33 <pubdate>$Date: 2024-02-29 20:47:25 +0000 (Thu, 29 Feb 2024) $</pubdate>
34 <title>VBoxManage unregistervm</title>
35 </refentryinfo>
36
37 <refmeta>
38 <refentrytitle>VBoxManage-unregistervm</refentrytitle>
39 <manvolnum>1</manvolnum>
40 </refmeta>
41
42 <refnamediv>
43 <refname>VBoxManage-unregistervm</refname>
44 <refpurpose>отмена регистрации виртуальной машины</refpurpose>
45 <refclass>&product-name;</refclass>
46 </refnamediv>
47
48 <refsynopsisdiv>
49 <cmdsynopsis id="synopsis-vboxmanage-unregistervm">
50<!-- The 'id' is mandatory and must start with 'synopsis-'. -->
51 <command>VBoxManage unregistervm</command>
52 <group choice="req">
53 <arg choice="plain"><replaceable>uuid</replaceable></arg>
54 <arg choice="plain"><replaceable>имя-ВМ</replaceable></arg>
55 </group>
56 <arg>--delete</arg>
57 </cmdsynopsis>
58 </refsynopsisdiv>
59
60 <refsect1 id="vboxmanage-unregistervm-description">
61 <title>Описание</title>
62 <para>
63 Команда <command>VBoxManage unregistervm</command> отменяет
64 регистрацию виртуальной машины (ВМ).
65 </para>
66 <variablelist>
67 <varlistentry>
68 <term><replaceable>uuid</replaceable>|<replaceable>имя-ВМ</replaceable></term>
69 <listitem><para>
70 Задает имя или Универсальный Уникальный Идентификатор (UUID) ВМ.
71 </para></listitem>
72 </varlistentry>
73 <varlistentry>
74 <term><option>--delete</option></term>
75 <listitem><para>
76 Удаляет следующие файлы, относящиеся к ВМ автоматически:
77 </para><itemizedlist>
78 <listitem><para>
79 Все файл образов жестких дисков, включая разностные файлы.
80 </para></listitem>
81 <listitem><para>
82 Все файлы сохраненного состояния, созданные машиной,
83 включая файлы для каждого снимка.
84 </para></listitem>
85 <listitem><para>
86 XML файл определения ВМ и его резервные копии.
87 </para></listitem>
88 <listitem><para>
89 Файлы журналов ВМ.
90 </para></listitem>
91 <listitem><para>
92 Пустую директорию, связанную с незарегистрированной ВМ.
93 </para></listitem>
94 </itemizedlist></listitem>
95 </varlistentry>
96 </variablelist>
97 </refsect1>
98
99 <refsect1 id="vboxmanage-unregistervm-examples">
100 <title>Примеры</title>
101 <remark role="help-scope" condition="GLOBAL" />
102 <para>
103 Следующая команда отменяет регистрацию ВМ, называемую
104 <literal>vm2</literal>.
105 </para>
106<screen>$ VBoxManage unregistervm vm2</screen>
107 <para>
108 Следующая команда отменяет регистрацию ВМ, называемую
109 <literal>vm3</literal>. Все файлы, относящиеся к ВМ удаляются.
110 </para>
111<screen>$ VBoxManage unregistervm vm3 --delete
112%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%</screen>
113 </refsect1>
114
115 <refsect1 id="vboxmanage-unregistervm-see-also">
116 <title>Смотри также</title>
117 <para>
118 <xref linkend="vboxmanage-registervm" />
119 </para>
120 </refsect1>
121</refentry>
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use