© 2024 Parallels International GmbH. All rights reserved.
Invoke a shutdown on the RD Session Host server with specified ID.
The ID of a RD Session Host server.
No Content
const response = await fetch('/api/RDS/Host/{id}/Shutdown', { method: 'POST', headers: {}, }); const data = await response.json();
{ "type": "text", "title": "text", "detail": "text", "instance": "text" }