On 06/15/2010 11:30 AM, Anthony Liguori wrote:
device_del
----------

Remove a device.

Arguments:

- "id": the device's ID (json-string)

How does one discover a device's ID?

What are the failure conditions?

Is the device removed from the guest immediately upon receiving the return?

Regards,

Anthony Liguori

Example:

->  { "execute": "device_del", "arguments": { "id": "net1" } }
<- { "return": {} }




Reply via email to