start_container
Start a stopped container by ID or name. Use dry-run to preview without executing.
Instructions
[WRITE][risk=medium] Start a stopped container. Inverse: stop it.
Pass dry_run=True to preview.
Args: container_id: Container id or name. dry_run: If True, preview without starting. target: Target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| dry_run | No | ||
| container_id | Yes |