Novita MCP Server

by novitalabs
MIT License
70
2

stop-gpu-instance

Stop a GPU instance on the Novita MCP Server by specifying its instance ID. Use this tool to manage GPU resources effectively and halt operations when needed.

Input Schema

NameRequiredDescriptionDefault
instanceIdYesID of the instance to stop. Before calling the MCP tool to stop the instance, MUST show me the details of the instance to help me identify it, including id, name, etc.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "instanceId": { "description": "ID of the instance to stop. Before calling the MCP tool to stop the instance, MUST show me the details of the instance to help me identify it, including id, name, etc.", "type": "string" } }, "required": [ "instanceId" ], "type": "object" }
ID: f1rv6j126v