Paperspace · Schema

Paperspace Machine

A Paperspace virtual machine (GPU or CPU compute instance).

GPUCloudArtificial IntelligenceMachine-LearningDeep LearningComputeDigitalOceanContainersNotebooksGradient

Properties

Name Type Description
id string Unique machine identifier.
name string
state string
machineType string GPU/CPU sku such as H100, A100-80G, A6000, V100, A5000, A4000, P6000.
region string
os string
cpus integer
ram integer RAM in bytes.
gpu string
storageTotal integer Storage in bytes.
publicIp stringnull
privateIp stringnull
autoShutdownEnabled boolean
autoSnapshotEnabled boolean
teamId string
userId string
dtCreated string
dtLastRun string
View JSON Schema on GitHub

JSON Schema

paperspace-machine-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/paperspace/main/json-schema/paperspace-machine-schema.json",
  "title": "Paperspace Machine",
  "description": "A Paperspace virtual machine (GPU or CPU compute instance).",
  "type": "object",
  "required": ["id", "name", "state", "machineType", "region"],
  "properties": {
    "id": { "type": "string", "description": "Unique machine identifier." },
    "name": { "type": "string" },
    "state": {
      "type": "string",
      "enum": ["ready", "off", "starting", "stopping", "restarting", "provisioning", "serviceready", "upgrading", "failed"]
    },
    "machineType": { "type": "string", "description": "GPU/CPU sku such as H100, A100-80G, A6000, V100, A5000, A4000, P6000." },
    "region": { "type": "string" },
    "os": { "type": "string" },
    "cpus": { "type": "integer", "minimum": 1 },
    "ram": { "type": "integer", "description": "RAM in bytes." },
    "gpu": { "type": "string" },
    "storageTotal": { "type": "integer", "description": "Storage in bytes." },
    "publicIp": { "type": ["string", "null"] },
    "privateIp": { "type": ["string", "null"] },
    "autoShutdownEnabled": { "type": "boolean" },
    "autoSnapshotEnabled": { "type": "boolean" },
    "teamId": { "type": "string" },
    "userId": { "type": "string" },
    "dtCreated": { "type": "string", "format": "date-time" },
    "dtLastRun": { "type": "string", "format": "date-time" }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/paperspace-machine"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.