Wait for a 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": 123 }'
{ "success": true }
API key authentication using Bearer token
Computer/Project name (e.g., computer-abc123)
Action completed successfully
The response is of type object.
object