© 2024 Parallels International GmbH. All rights reserved.
Invoke the VDI Session to send the LogOff command to the VDI Host with specified VM ID.
The ID of the provider.
VM ID.
No Content
const response = await fetch('/api/Provider/{providerId}/VM/{vmId}/VDIHost/LogOff', { method: 'POST', headers: {}, }); const data = await response.json();
{ "type": "text", "title": "text", "detail": "text", "instance": "text" }