Restarts a computer. Equivalent to stop + start.
cURL
curl --request POST \ --url https://www.orgo.ai/api/computers/{id}/restart \ --header 'Authorization: Bearer <token>'
{ "success": true, "status": "restarting" }
true
restarting
curl -X POST https://www.orgo.ai/api/computers/a3bb189e-8bf9-3888-9912-ace4e6543002/restart \ -H "Authorization: Bearer $ORGO_API_KEY"
API key authentication. Get your key at orgo.ai/workspaces
Computer ID
Computer restarting
"restarting"