Was this helpful?
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", "status": 1, "detail": "text", "instance": "text", "ANY_ADDITIONAL_PROPERTY": "anything" }