Skip to main content
POST
Promote queued input to steering

Authorizations

Authorization
string
header
required

An opaque Omnara personal or organization bearer token.

Path Parameters

orgID
string
required
Pattern: ^org_[a-z2-7]{26}$
projectID
string
required
Pattern: ^proj_[a-z2-7]{26}$
agentID
string
required
Pattern: ^agt_[a-z2-7]{26}$
inputID
string
required
Pattern: ^ain_[a-z2-7]{26}$

Body

application/json
cancel_open_interactions
boolean

When true, atomically cancels open interactions associated with the current turn's unfinished tool calls as this queued input becomes steering. Their parent tool calls complete as canceled; the turn, runtime, and unrelated tool calls are preserved.

Response

Queued input promoted to steering.

ok
boolean
required