Manage Container Mount
manage_container_mountAdd or remove a container volume mount idempotently by name. Returns 'already_exists' if paths match, or conflict if mismatched.
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 |
|---|---|---|---|
| routerId | No | Router ID; omit to use the default router. | |
| action | Yes | Action to perform | |
| name | Yes | Mount name — idempotency key | |
| src | No | Host source path (required for add) | |
| dst | No | Container destination path (required for add) | |
| dryRun | No | Preview changes without applying. |