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