Loading...
Invoke the RD Session Host to send the kill command to a process with the specified ID.
The ID of a RD Session Host server.
RD Session Host Process ID of the RD Session Host Process to be killed.
No Content
const response = await fetch('/api/RDS/Host/{rdsId}/sessions/processes/{id}/kill', { method: 'POST', headers: {}, }); const data = await response.json();
{ "type": "text", "title": "text", "detail": "text", "instance": "text" }