start_container
Start an existing MikroTik RouterOS container by name or tag, previewing changes before confirming the guarded write.
Instructions
Start a container by name or tag (/container/start).
WRITE tool, guarded: blocked entirely unless the server is running
with MIKROTIK_ALLOW_WRITE=true. Call with confirm=False (the
default) to get a before/after preview without changing anything;
call again with confirm=True to actually apply it. Errors clearly
(without creating anything) if container doesn't match any
/container row's name or tag on the device - it is never
created.
The after.status in the preview is the status RouterOS sets
immediately ("starting"), not a guaranteed final state - the
container transitions to "running" asynchronously; use containers
again afterward to see the settled status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| container | Yes | ||
| device_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||