shutdown_simulator
Shutdown a specified Xcode simulator using its device UDID or name. Integrates with MCP Xcode to manage simulators and streamline Apple platform development workflows.
Instructions
Shutdown a simulator
Input Schema
Name | Required | Description | Default |
---|---|---|---|
deviceId | Yes | Device UDID or name of the simulator to shutdown |
Input Schema (JSON Schema)
{
"properties": {
"deviceId": {
"description": "Device UDID or name of the simulator to shutdown",
"type": "string"
}
},
"required": [
"deviceId"
],
"type": "object"
}