---
title: "Disable the Connect Mobile LAN bridge"
method: POST
path: "/api/v1/mobile/disable"
tags: ["mobile"]
---

# Disable the Connect Mobile LAN bridge

`POST /api/v1/mobile/disable`

## Response `200`

OK

- MobileStatusResponse
  - `enabled` boolean, required
  - `host` 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
  - `warning` string, required

## Other responses

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

## Changes

- **2026-08-12** `ad6503155742` — 2 info
  - added the required property `securePairing` to the response with the `200` status
  - added the required property `tailscaleHost` to the response with the `200` status
- **2026-07-09** `68699fddf471` — 1 info
  - endpoint added
- **2026-06-10** `b64f5ab46d87` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/changes/api/v1/mobile/disable/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.dev/composiohq/apis/agent-orchestrator-http-daemon/revisions/1c746377fde5?raw)
