Interface VmService.DetachResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    VmService

    public static interface VmService.DetachResponse
    extends Response
    Detaches a virtual machine from a pool. [source] ---- POST /ovirt-engine/api/vms/123/detach ---- The detach action does not take any action specific parameters; therefore, the request body should contain an empty `action`: [source,xml] ---- ----