]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qapi-schema.json
monitor: add object-del (QMP) and object_del (HMP) command
[mirror_qemu.git] / qapi-schema.json
index c3c939c8c3f6bc85d4280a2ef3ae900657a68371..af3a83bf0b3d38377c430e9ac8f72825dbe4af97 100644 (file)
 ##
 { 'command': 'netdev_del', 'data': {'id': 'str'} }
 
+##
+# @object-del:
+#
+# Remove a QOM object.
+#
+# @id: the name of the QOM object to remove
+#
+# Returns: Nothing on success
+#          Error if @id is not a valid id for a QOM object
+#
+# Since: 2.0
+##
+{ 'command': 'object-del', 'data': {'id': 'str'} }
+
 ##
 # @NetdevNoneOptions
 #