Add disk
render_add_diskAttach a persistent disk to a Render web service, private service, or background worker. Specify mount path, size, and service ID; redeploy to attach.
Instructions
Add disk. Attach a persistent disk to a web service, private service, or background worker. The service must be redeployed for the disk to be attached. Calls POST /disks on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| sizeGB | Yes | ||
| mountPath | Yes | ||
| serviceId | Yes |