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