Linode · Schema
LinodeRequest
Properties
| Name | Type | Description |
|---|---|---|
| region | string | The region where the Linode will be created. |
| type | string | The Linode type to deploy. |
| image | string | The image to deploy with. Required if no backup_id is provided. |
| label | string | The label for the new Linode instance. |
| root_pass | string | The root password for the new Linode instance. |
| authorized_keys | array | A list of public SSH keys to deploy with. |
| authorized_users | array | A list of usernames whose SSH keys to deploy. |
| tags | array | Tags for the new Linode. |
| stackscript_id | integer | A StackScript ID to deploy with. |
| stackscript_data | object | UDF data for the StackScript. |
| backup_id | integer | A backup ID to restore from. |
| backups_enabled | boolean | Whether to enable the backup service. |
| private_ip | boolean | Whether to assign a private IPv4 address. |
| booted | boolean | Whether the new Linode should be booted after creation. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/LinodeRequest",
"title": "LinodeRequest",
"type": "object",
"required": [
"region",
"type"
],
"properties": {
"region": {
"type": "string",
"description": "The region where the Linode will be created."
},
"type": {
"type": "string",
"description": "The Linode type to deploy."
},
"image": {
"type": "string",
"description": "The image to deploy with. Required if no backup_id is provided."
},
"label": {
"type": "string",
"minLength": 3,
"maxLength": 64,
"pattern": "^[a-zA-Z]((?!--|__)[a-zA-Z0-9-_])+$",
"description": "The label for the new Linode instance."
},
"root_pass": {
"type": "string",
"description": "The root password for the new Linode instance."
},
"authorized_keys": {
"type": "array",
"items": {
"type": "string"
},
"description": "A list of public SSH keys to deploy with."
},
"authorized_users": {
"type": "array",
"items": {
"type": "string"
},
"description": "A list of usernames whose SSH keys to deploy."
},
"tags": {
"type": "array",
"items": {
"type": "string"
},
"description": "Tags for the new Linode."
},
"stackscript_id": {
"type": "integer",
"description": "A StackScript ID to deploy with."
},
"stackscript_data": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "UDF data for the StackScript."
},
"backup_id": {
"type": "integer",
"description": "A backup ID to restore from."
},
"backups_enabled": {
"type": "boolean",
"description": "Whether to enable the backup service."
},
"private_ip": {
"type": "boolean",
"description": "Whether to assign a private IPv4 address."
},
"booted": {
"type": "boolean",
"default": true,
"description": "Whether the new Linode should be booted after creation."
}
}
}
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/linode-linoderequest"
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.