LaunchInstanceDetails

Details for launching a new compute instance.

Cloud ComputingEnterprise CloudInfrastructure-as-a-ServiceOraclePlatform-as-a-Service

Properties

Name Type Description
compartmentId string The OCID of the compartment.
availabilityDomain string The availability domain.
shape string The shape of the instance.
displayName string A user-friendly name.
imageId string The OCID of the image to use.
subnetId string The OCID of the subnet.
shapeConfig object Configuration for flexible shapes.
freeformTags object
View JSON Schema on GitHub

JSON Schema

compute-launch-instance-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/oracle-cloud/refs/heads/main/json-schema/compute-launch-instance-details-schema.json",
  "title": "LaunchInstanceDetails",
  "description": "Details for launching a new compute instance.",
  "type": "object",
  "required": [
    "compartmentId",
    "shape",
    "availabilityDomain"
  ],
  "properties": {
    "compartmentId": {
      "type": "string",
      "description": "The OCID of the compartment.",
      "example": "ocid1.compartment.oc1..abcdefg123456"
    },
    "availabilityDomain": {
      "type": "string",
      "description": "The availability domain.",
      "example": "Uocm:US-ASHBURN-AD-1"
    },
    "shape": {
      "type": "string",
      "description": "The shape of the instance.",
      "example": "VM.Standard.E4.Flex"
    },
    "displayName": {
      "type": "string",
      "description": "A user-friendly name.",
      "example": "my-new-instance"
    },
    "imageId": {
      "type": "string",
      "description": "The OCID of the image to use.",
      "example": "ocid1.image.oc1.iad.abcdefg123456"
    },
    "subnetId": {
      "type": "string",
      "description": "The OCID of the subnet.",
      "example": "ocid1.subnet.oc1.iad.abcdefg123456"
    },
    "shapeConfig": {
      "type": "object",
      "description": "Configuration for flexible shapes.",
      "example": {
        "ocpus": 2.0,
        "memoryInGBs": 16.0
      }
    },
    "freeformTags": {
      "type": "object",
      "example": {
        "key1": "value1"
      },
      "additionalProperties": {
        "type": "string"
      }
    }
  }
}

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/compute-launch-instance-details"
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 email required.

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