1. Storage: Admin Management
Peladen
  • Peladen
    • Welcome to Peladen
  • Cluster Management
    • Create Your First Cluster
    • Get All Clusters
      GET
  • Database Management
    • Get All Database
      GET
  • Object Storage Management
    • Storage: Daily Operation
      • Generate Upload URL
      • Generate Download URL
      • Delete File
      • Get Tenant Usage
    • Storage: Admin Management
      • Configure Storage Backend
        POST
      • Storage Status
        GET
      • Storage Usage
        GET
      • Update Tenant Quota
        POST
  1. Storage: Admin Management

Storage Status

Sandbox Env
https://api-sandbox.usepeladen.com/api/v1/storage
Sandbox Env
https://api-sandbox.usepeladen.com/api/v1/storage
GET
/api/storage/status
Checks the health and connectivity status of the configured storage backend.

Request

None

Responses

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-sandbox.usepeladen.com/api/v1/storage/api/storage/status'
Response Response Example
{
    "status": "connected",
    "provider": "s3",
    "bucket": "peladen-storage"
}
Modified at 2026-03-19 18:00:03
Previous
Configure Storage Backend
Next
Storage Usage
Built with