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" }

You must be authenticated.

Other Tools from Scrapybara MCP

Related Tools

ID: g1ig1ibrsc