Skip to main content
POST
Pause, resume, retry, or cancel a work node

Authorizations

Authorization
string
header
required

OrgX API key, sent as Authorization: Bearer oxk_...

Headers

Idempotency-Key
string

Accepted for forward compatibility. Replay safety for this operation comes from its own state checks, described on the operation.

Required string length: 1 - 200
Pattern: ^[A-Za-z0-9][A-Za-z0-9._:/-]{0,199}$

Body

application/json
level
enum<string>
required
Available options:
initiative,
workstream,
milestone,
task,
run
id
string<uuid>
required
action
enum<string>
required
Available options:
pause,
resume,
retry,
cancel

Response

Lifecycle action applied

ok
boolean
required
action
string
required
level
string
required
id
string<uuid>
required
affected
object
required
message
string
blockReasons
string[]