Skip to main content
POST
Retry an outbox command

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Path Parameters

id
string<uuid>
required

The sidecar command id.

Response

Retry attempted. Inspect delivered.

delivered
boolean

True when the agent runtime acknowledged the command on this attempt.

command_id
string<uuid>
error
string | null

Delivery failure message, or null on success.

response
object | null

The raw sidecar ack, or null when delivery failed.