Last updated 10 months ago
Was this helpful?
Reset a virtual machine.
Provider ID
VM ID
No Content
const response = await fetch('/api/Provider/{providerId}/VM/{id}/Reset', { method: 'POST', headers: {}, }); const data = await response.json();
{ "type": "text", "title": "text", "status": 1, "detail": "text", "instance": "text", "ANY_ADDITIONAL_PROPERTY": "anything" }