Asynchronous API
Asynchronous job execution
Queues a job to run scripts or config changes on the router without waiting for real-time response.
POST
Authorizations
Use the Authorization: Bearer <token>
header format
Path Parameters
The UUID of the router for asynchronous commands.
Body
application/json
Asynchronous job specification including script, backup preference, etc.
A short description for the orchestration log.
Maximum length:
100
RouterOS script commands separated by semicolons. Max 2000 characters.
If true, a backup is created before execution.
If true, the job tries to run immediately.
If false, the job is marked completed without waiting for confirmation.
Optional. URL to receive job status updates.