Skip to main content
POST
Wait
Pauses execution on the computer for the specified duration. The request blocks until the wait completes.

Path parameters

string
required
Computer ID (UUID).

Body parameters

number
required
How long to pause, in seconds (0-60).
number
deprecated
Deprecated alias for seconds. Accepted on input for backwards compatibility.

Response

boolean
true when the wait completes.
string
Always wait.

Example

Response

Use waits sparingly - prefer polling for the condition you actually care about (window focus, file change) over fixed delays.

Errors

Authorizations

Authorization
string
header
required

API key authentication. Get your key at orgo.ai/workspaces

Path Parameters

id
string
required

Computer ID

Body

application/json
seconds
number
required

How long to pause, in seconds

Required range: 0 <= x <= 60
duration
number
deprecated

Deprecated alias for seconds. Accepted on input for backwards compatibility.

Required range: 0 <= x <= 60

Response

Wait completed

success
boolean
Example:

true