Pauses execution for the specified duration.
cURL
curl --request POST \ --url https://www.orgo.ai/api/computers/{id}/wait \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "duration": 2 }'
{ "success": true }
true
curl -X POST https://www.orgo.ai/api/computers/a3bb189e-8bf9-3888-9912-ace4e6543002/wait \ -H "Authorization: Bearer $ORGO_API_KEY" \ -H "Content-Type: application/json" \ -d '{"duration": 2.0}'
API key authentication. Get your key at orgo.ai/workspaces
Computer ID
Duration in seconds
0 <= x <= 60
Wait completed