Oracle · Schema

LaunchInstanceDetails

Instance launch details. Use this to provide the necessary configuration when launching a new compute instance.

CloudDatabaseEnterpriseInfrastructureSoftware-as-a-ServiceFortune 100

Properties

Name Type Description
compartmentId string The OCID of the compartment to create the instance in
availabilityDomain string The availability domain of the instance (e.g., Uocm:PHX-AD-1)
displayName string A user-friendly name for the instance. Does not have to be unique. Avoid entering confidential information.
shape string The shape of the instance. The shape determines the number of CPUs and amount of memory allocated to the instance.
metadata object Custom metadata key/value pairs for the instance. Common keys include ssh_authorized_keys and user_data.
extendedMetadata object Additional metadata key/value pairs that can contain nested JSON.
faultDomain string A fault domain is a grouping of hardware and infrastructure within an availability domain. Specify the fault domain to place the instance in, or let the system choose one for you.
isPvEncryptionInTransitEnabled boolean Whether to enable in-transit encryption for the data volume's paravirtualized attachment
capacityReservationId string The OCID of the capacity reservation to launch the instance into
dedicatedVmHostId string The OCID of the dedicated VM host to place the instance on
View JSON Schema on GitHub

JSON Schema

oci-compute-launch-instance-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LaunchInstanceDetails",
  "type": "object",
  "description": "Instance launch details. Use this to provide the necessary configuration when launching a new compute instance.",
  "properties": {
    "compartmentId": {
      "type": "string",
      "description": "The OCID of the compartment to create the instance in"
    },
    "availabilityDomain": {
      "type": "string",
      "description": "The availability domain of the instance (e.g., Uocm:PHX-AD-1)"
    },
    "displayName": {
      "type": "string",
      "description": "A user-friendly name for the instance. Does not have to be unique. Avoid entering confidential information."
    },
    "shape": {
      "type": "string",
      "description": "The shape of the instance. The shape determines the number of CPUs and amount of memory allocated to the instance."
    },
    "metadata": {
      "type": "object",
      "description": "Custom metadata key/value pairs for the instance. Common keys include ssh_authorized_keys and user_data."
    },
    "extendedMetadata": {
      "type": "object",
      "description": "Additional metadata key/value pairs that can contain nested JSON."
    },
    "faultDomain": {
      "type": "string",
      "description": "A fault domain is a grouping of hardware and infrastructure within an availability domain. Specify the fault domain to place the instance in, or let the system choose one for you."
    },
    "isPvEncryptionInTransitEnabled": {
      "type": "boolean",
      "description": "Whether to enable in-transit encryption for the data volume's paravirtualized attachment"
    },
    "capacityReservationId": {
      "type": "string",
      "description": "The OCID of the capacity reservation to launch the instance into"
    },
    "dedicatedVmHostId": {
      "type": "string",
      "description": "The OCID of the dedicated VM host to place the instance on"
    }
  }
}

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/oci-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 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.