---
title: "Submit bridge command"
method: POST
path: "/v1/private/local-runners/{runnerId}/bridge/commands"
tags: ["Runners"]
---

# Submit bridge command

`POST /v1/private/local-runners/{runnerId}/bridge/commands`

Submit a bridge command for execution by the local daemon

## Path parameters

- `runnerId` string, uuid, required

## Request body

- BridgeCommandSubmitRequest
  - `type` 'ReadFile' | 'WriteFile' | 'EditFile' | 'ListFiles' | 'SearchFiles' | 'Exec', required
  - `args` JsonNode, required
  - `timeout_seconds` integer

## Response `201`

Command submitted

- BridgeCommandSubmitResponse
  - `command_id` string, uuid

## Other responses

- `404` — Runner not found or not connected
- `409` — Runner does not support bridge
- `429` — Too many requests

---

[API](https://skmtc.net/comet-ml/apis/opik-rest-api.md) · [All operations](https://skmtc.net/comet-ml/apis/opik-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comet-ml/opik-rest-api/revisions/4ed2fbc97cc3/schema)
