post
https://sandbox.uk.rootplatform.com/v1/insurance/instructions//trigger
Executes a pending instruction immediately, bypassing the scheduled run time. The instruction must be in pending status and have manually_executable: true.
The status transitions: pending → executed → successful (or failed on error).
Permission: instructions:trigger.
200Triggered successfully.
400Instruction is not in pending status, or manually_executable is false.
404Instruction not found, or the instruction is hidden and the requester lacks instructions:read_hidden.