Skip to main content
Glama

Novita MCP Server

Official
by novitalabs

restart-gpu-instance

Restart a GPU instance on the Novita MCP Server by specifying its instance ID. Use this tool to manage and reset GPU resources efficiently.

Input Schema

NameRequiredDescriptionDefault
instanceIdYesID of the instance to restart. Before calling the MCP tool to restart 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 restart. Before calling the MCP tool to restart 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" }

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/novitalabs/novita-mcp-server'

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