exec_in_container
Execute commands inside running containers with SSH fallback for environments lacking direct API support.
Instructions
Execute a command inside a running container. NOTE: The Arcane API does not expose a container exec endpoint. This tool will attempt to use SSH as a fallback if available, otherwise returns an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env_id | No | 0 | |
| command | Yes | ||
| agent_token | No | ||
| container_id | Yes |