---
title: "Look for a connector again and start it, without rotating the password"
method: POST
path: "/api/v1/mobile/remote-access"
tags: ["mobile"]
---

# Look for a connector again and start it, without rotating the password

`POST /api/v1/mobile/remote-access`

## Response `200`

OK

- MobileStatusResponse
  - `enabled` boolean, required
  - `endpoints` MobileEndpoint[], required
    - `host` string, required
    - `kind` string, required
    - `port` integer, required
    - `secure` boolean, required
  - `host` string, required
  - `hostId` string, required
  - `password` string, required
  - `port` integer, required
  - `securePairing` ControllersSecurePairingStatus, required
    - `active` boolean, required
    - `available` boolean, required
    - `enabled` boolean, required
    - `host` string, required
    - `port` integer, required
    - `reason` string, required
  - `tailscaleHost` string, required
  - `tunnel` MobileTunnelStatus, required
    - `hostname` string, required
    - `lastError` string, required
    - `location` string, required
    - `ready` boolean, required
    - `running` boolean, required
    - `supported` boolean, required
  - `warning` string, required

## Other responses

- `403` — Forbidden
- `500` — Internal Server Error

## Changes

- **2026-08-31** `09f65272fe44` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/changes/api/v1/mobile/remote-access/post.md)

---

[API](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/composiohq/agent-orchestrator-http-daemon/revisions/12e46c4f4b8e/schema)
