Execute Run:AI CLI
execute_runai_cliExecute local Run:AI CLI commands for operations that require direct CLI access: port-forward, exec, attach, logs, and diagnostics.
Instructions
Run:AI CLI 전용 로컬 세션 작업 실행. API 대체 불가능한 작업만: port-forward (로컬 포트 → 워크로드 pod 터널링), exec (컨테이너 내 명령 실행: nvidia-smi, bash 등), attach (실행 중 프로세스에 TTY 연결), logs (로그 조회/스트리밍 --follow), diagnostics (클러스터 진단). 워크로드 생성/삭제/조회 등은 search_runai_api_spec + call_runai_api를 사용하세요.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command_args | Yes | runai CLI args (without 'runai' prefix) | |
| timeout_seconds | No | Timeout in seconds. Use 0 for port-forward. |