Manually trigger an instruction

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: pendingexecutedsuccessful (or failed on error).

Permission: instructions:trigger.

Path Params
uuid
required

The unique identifier of the instruction.

Responses
200

Triggered successfully.

400

Instruction is not in pending status, or manually_executable is false.

404

Instruction not found, or the instruction is hidden and the requester lacks instructions:read_hidden.

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!