terminate_compute_instance
ActiveTool of BorealHost
Permanently terminate a compute instance — this stops hourly billing. The instance and its disk are destroyed and cannot be recovered. Copy any results off the instance before terminating. Requires: API key with write scope. Returns: Final instance dict with state "terminated" and total accrued_cad.
Parameters schema
{
"type": "object",
"title": "terminate_compute_instanceArguments",
"required": [
"instance_id"
],
"properties": {
"instance_id": {
"type": "string",
"title": "Instance Id"
}
}
}Parent server
BorealHost
https://github.com/alainsvrd/borealhost-mcp
1/7 registries