Skip to main content
POST
/
v1
/
send_interrupt_directive
/
{job_id}
Update directive for a running or paused job
curl --request POST \
  --url https://api.example.com/v1/send_interrupt_directive/{job_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "new_directive": "<string>"
}
'
{
  "status": "<string>",
  "message": "<string>",
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

API key for authentication. Get your API key at https://app.altrina.com/settings

Path Parameters

job_id
string
required

The unique job identifier to update

Body

application/json

Request to update the directive of a running or paused job

new_directive
string
required

The new directive to replace the current one

Response

Directive updated successfully

Generic API response wrapper

status
string
required

Response status - 'success' or 'error'

message
string | null

Human-readable message

data
any

Additional data payload