Skip to main content
Glama

XcodeBuildMCP

stop_app_device

Stop an app on an Apple device using its device UDID and process ID. Ideal for managing app processes during development or debugging on XcodeBuildMCP.

Instructions

Stops an app running on a physical Apple device (iPhone, iPad, Apple Watch, Apple TV, Apple Vision Pro). Requires deviceId and processId.

Input Schema

NameRequiredDescriptionDefault
deviceIdYesUDID of the device (obtained from list_devices)
processIdYesProcess ID (PID) of the app to stop

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "deviceId": { "description": "UDID of the device (obtained from list_devices)", "type": "string" }, "processId": { "description": "Process ID (PID) of the app to stop", "type": "number" } }, "required": [ "deviceId", "processId" ], "type": "object" }
Install Server

Other Tools from XcodeBuildMCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cameroncooke/XcodeBuildMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server