Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Render Disks API

[Disks](https://render.com/docs/disks) allow you to attach persistent storage to your services.

Render Disks API is one of 26 APIs that Render publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

This API exposes 3 JSON Schema definitions.

Tagged areas include Disks. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an AsyncAPI specification, a JSON-LD context, and 3 JSON Schemas.

This API exposes 7 operations across 4 paths, and defines 6 schemas. It is described by OpenAPI 3.0.2, at version 1.0.0.

Requests are made against a single base URL, https://api.render.com/v1.

7 operations 4 paths 6 schemas 1 DELETE3 GET1 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.2
API Version
1.0.0
Base URL
https://api.render.com/v1
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

Render Disks API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerAuth). By default, every request must be authenticated.

Paths & Operations 7

Across 4 paths, the API surfaces 7 operations — 1 DELETE, 3 GET, 1 PATCH, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Disks 7

[Disks](https://render.com/docs/disks) allow you to attach persistent storage to your services.

GET
/disks
List disks
list-disks 10 params → 200401403404406410429500
POST
/disks
Add disk
add-disk body → 201400401403404406410429
GET
/disks/{diskId}
Retrieve disk
retrieve-disk 1 param → 200401403404406410429500
PATCH
/disks/{diskId}
Update disk
update-disk 1 param body → 200400401403404406410429
DELETE
/disks/{diskId}
Delete disk
delete-disk 1 param → 204401403404406410429500
GET
/disks/{diskId}/snapshots
List snapshots
list-snapshots 1 param → 201400401403404406410429
POST
/disks/{diskId}/snapshots/restore
Restore snapshot
restore-snapshot 1 param body → 200400401403404406410429

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are diskSnapshot (3 properties), error (2 properties), snapshotRestorePOST (2 properties), diskWithCursor (2 properties). Each schema is shown below with its type and property counts.

cursor
string
diskWithCursor
object
2 properties 2 required
snapshotRestorePOST
object
2 properties 1 required
error
object
2 properties
instanceId
string
When a service with a disk is scaled, the instanceId is used to identify the instance that the disk is attached to. Each instance's disks get their own snapsho…
diskSnapshot
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

render-disks-api-openapi.yml Raw ↑

Other APIs Render publishes across the network.

Render Audit Logs API
Render Blueprints API
Render Custom Domains API
Render Deploys API
Render Environment Groups API
Render Events API
Render Key Value API
Render Logs API
Render Maintenance API
Render Metrics API
Render Notification Settings API
Render One-Off Jobs API