Novita MCP Server

by novitalabs
MIT License
70
2

start-gpu-instance

Initiate GPU instance operations by specifying the instance ID to start using the Novita MCP Server. Ideal for managing AI platform resources efficiently.

Input Schema

NameRequiredDescriptionDefault
instanceIdYesID of the instance to start

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "instanceId": { "description": "ID of the instance to start", "type": "string" } }, "required": [ "instanceId" ], "type": "object" }
ID: f1rv6j126v