← orkestr.eu
INDIVIDUAL MCP TOOL
pause_sandbox
Pause a sandbox: snapshot its full state and stop the compute meter.
LIVE ENDPOINT
https://orkestr.eu/api/sandboxes/mcp
Connect to this endpoint to inspect the live schema for pause_sandbox and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.orkestr-sandboxes]
url = "https://orkestr.eu/api/sandboxes/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"orkestr-sandboxes": {
"type": "http",
"url": "https://orkestr.eu/api/sandboxes/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: orkestr-sandboxes
Remote MCP URL: https://orkestr.eu/api/sandboxes/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"orkestr-sandboxes": {
"url": "https://orkestr.eu/api/sandboxes/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"orkestr-sandboxes": {
"type": "http",
"url": "https://orkestr.eu/api/sandboxes/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "orkestr-sandboxes",
"transport": "streamable-http",
"url": "https://orkestr.eu/api/sandboxes/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
create_sandbox— Create a sandbox - an isolated, ephemeral Linux environment.create_template— Create (build) a custom sandbox template.list_templates— List your custom templates.delete_template— Delete a custom template and its host image.assign_template_tag— Assign a tag to a template build - promotion without a rebuild.remove_template_tag— Remove a tag from a template build.create_volume— Create a persistent volume - storage that survives across sandboxes.move_volume— Move a detached persistent volume to another region.