© 2024 Parallels International GmbH. All rights reserved.
Invoke the VDI Session to send the Disconnect 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/Disconnect', { method: 'POST', headers: {}, }); const data = await response.json();
{ "type": "text", "title": "text", "detail": "text", "instance": "text" }