Oxide Instances API

Virtual machine instances are the basic unit of computation. These operations are used for provisioning, controlling, and destroying instances.

Business capability
IT Infrastructure Management BC-600.50

Operations 24

GET /v1/instances List instances #
POST /v1/instances Create instance #
GET /v1/instances/{instance} Fetch instance #
PUT /v1/instances/{instance} Update instance #
DELETE /v1/instances/{instance} Delete instance #
GET /v1/instances/{instance}/anti-affinity-groups List anti-affinity groups containing instance #
GET /v1/instances/{instance}/disks List disks for instance #
POST /v1/instances/{instance}/disks/attach Attach disk to instance #
POST /v1/instances/{instance}/disks/detach Detach disk from instance #
GET /v1/instances/{instance}/external-ips List external IP addresses #
POST /v1/instances/{instance}/external-ips/ephemeral Allocate and attach ephemeral IP to instance #
DELETE /v1/instances/{instance}/external-ips/ephemeral Detach and deallocate ephemeral IP from instance #
GET /v1/instances/{instance}/external-subnets List external subnets attached to instance #
POST /v1/instances/{instance}/reboot Reboot instance #
GET /v1/instances/{instance}/serial-console Fetch instance serial console #
GET /v1/instances/{instance}/serial-console/stream Stream instance serial console #
GET /v1/instances/{instance}/ssh-public-keys List SSH public keys for instance #
POST /v1/instances/{instance}/start Boot instance #
POST /v1/instances/{instance}/stop Stop instance #
GET /v1/network-interfaces List network interfaces #
POST /v1/network-interfaces Create network interface #
GET /v1/network-interfaces/{interface} Fetch network interface #
PUT /v1/network-interfaces/{interface} Update network interface #
DELETE /v1/network-interfaces/{interface} Delete network interface #

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/oxide-computer-instances-api"
All apis
curl "https://apis.io/api/v1/apis?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.

OpenAPI Specification

oxide-computer-instances-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Oxide Region Instances API
  description: API for interacting with the Oxide control plane
  contact:
    url: https://oxide.computer
    email: api@oxide.computer
  version: 2026081901.0.0
tags:


# --- truncated at 32 KB (84 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/oxide-computer/refs/heads/main/openapi/oxide-computer-instances-api-openapi.yml