Oracle · Schema
Shape
A compute shape that can be used to launch an instance. A shape determines the type of resources allocated, including CPUs, memory, and networking bandwidth.
CloudDatabaseEnterpriseInfrastructureSoftware-as-a-ServiceFortune 100
Properties
| Name | Type | Description |
|---|---|---|
| shape | string | The name of the shape |
| availabilityDomain | string | The availability domain where the shape is available. Null if the shape is available across all availability domains. |
| ocpus | number | The default number of OCPUs available for this shape. For flexible shapes, this is the default when not specifying a custom value. |
| memoryInGBs | number | The default amount of memory available for this shape, in GB |
| processorDescription | string | A short description of the processor |
| networkingBandwidthInGbps | number | The networking bandwidth available for this shape, in Gbps |
| maxVnicAttachments | integer | The maximum number of VNICs that can be attached |
| gpus | integer | The number of GPUs available for this shape |
| gpuDescription | string | A short description of the GPU |
| localDisks | integer | The number of local disks available for this shape |
| localDisksTotalSizeInGBs | number | The aggregate size of local disks in GB |
| localDiskDescription | string | A short description of the local disks |
| isFlexible | boolean | Whether the shape supports flexible OCPU and memory configuration |
| isBilledForStoppedInstance | boolean | Whether billing continues when the instance using this shape is stopped |
| quotaNames | array | The list of quota names associated with this shape |
| recommendedAlternatives | array | The list of shapes recommended as alternatives |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Shape",
"type": "object",
"description": "A compute shape that can be used to launch an instance. A shape determines the type of resources allocated, including CPUs, memory, and networking bandwidth.",
"properties": {
"shape": {
"type": "string",
"description": "The name of the shape"
},
"availabilityDomain": {
"type": "string",
"description": "The availability domain where the shape is available. Null if the shape is available across all availability domains."
},
"ocpus": {
"type": "number",
"description": "The default number of OCPUs available for this shape. For flexible shapes, this is the default when not specifying a custom value."
},
"memoryInGBs": {
"type": "number",
"description": "The default amount of memory available for this shape, in GB"
},
"processorDescription": {
"type": "string",
"description": "A short description of the processor"
},
"networkingBandwidthInGbps": {
"type": "number",
"description": "The networking bandwidth available for this shape, in Gbps"
},
"maxVnicAttachments": {
"type": "integer",
"description": "The maximum number of VNICs that can be attached"
},
"gpus": {
"type": "integer",
"description": "The number of GPUs available for this shape"
},
"gpuDescription": {
"type": "string",
"description": "A short description of the GPU"
},
"localDisks": {
"type": "integer",
"description": "The number of local disks available for this shape"
},
"localDisksTotalSizeInGBs": {
"type": "number",
"description": "The aggregate size of local disks in GB"
},
"localDiskDescription": {
"type": "string",
"description": "A short description of the local disks"
},
"isFlexible": {
"type": "boolean",
"description": "Whether the shape supports flexible OCPU and memory configuration"
},
"isBilledForStoppedInstance": {
"type": "boolean",
"description": "Whether billing continues when the instance using this shape is stopped"
},
"quotaNames": {
"type": "array",
"description": "The list of quota names associated with this shape"
},
"recommendedAlternatives": {
"type": "array",
"description": "The list of shapes recommended as alternatives"
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/oci-compute-shape"
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.