Delete Storage
coolify_delete_storageDelete a storage volume from a Coolify application, database, or service by specifying the resource type, resource UUID, and storage UUID.
Instructions
Remove a storage entry from an application, database, or service.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Resource UUID | |
| reveal | No | Reveal redacted secret values in the response (default false; the call is audited) | |
| instance | Yes | REQUIRED — which Coolify instance to mutate: 'prod' (Hetzner VPS) or 'dev' (local OrbStack VM). No default: state the target explicitly so a write never lands on prod by accident. | |
| resource | Yes | Resource type that owns the storage | |
| storage_uuid | Yes | Storage UUID to delete |