Skip to main content
Glama

Scrapybara MCP

by Scrapybara

stop_instance

Shuts down a running instance on Scrapybara MCP by specifying its instance ID, enabling efficient management of virtual Ubuntu desktops.

Instructions

Stop a running Scrapybara instance.

Input Schema

NameRequiredDescriptionDefault
instance_idYesThe ID of the instance to stop.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "instance_id": { "description": "The ID of the instance to stop.", "type": "string" } }, "required": [ "instance_id" ], "type": "object" }
Install Server

Other Tools from Scrapybara MCP

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/Scrapybara/scrapybara-mcp'

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