Manage Container Mount
manage_container_mountAdd or remove a container volume mount with idempotency by name. Returns already_exists if mount exists with matching paths, conflict if different paths.
Instructions
Add or remove a container volume mount. Idempotent by name: add returns already_exists if the mount exists with matching src/dst; throws CONFLICT if name exists with different paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dst | No | Container destination path (required for add) | |
| src | No | Host source path (required for add) | |
| name | Yes | Mount name — idempotency key | |
| action | Yes | Action to perform | |
| dryRun | No | Preview changes without applying. | |
| routerId | No | Router ID; omit to use the default router. |