Interface VmService.RemoveResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    VmService

    public static interface VmService.RemoveResponse
    extends Response
    Removes the virtual machine, including the virtual disks attached to it. For example, to remove the virtual machine with identifier `123`: [source] ---- DELETE /ovirt-engine/api/vms/123 ----