Loading...
Invoke the VDI Process Command to send the Kill command to the Process with specified Process ID.
The ID of the provider.
VM ID.
Process ID.
No Content
const response = await fetch('/api/Provider/{providerId}/VM/{vmId}/Host/Process/{id}/Kill', { method: 'POST', headers: {}, }); const data = await response.json();
{ "type": "text", "title": "text", "detail": "text", "instance": "text" }