v16

latestOpenAPI 3.0.3raw.githubusercontent.com2026-04-243137121.5 KB
Object Store

Create object store bucket

Creates a new object store bucket

post/storage/obj

Request body

bucketstring required

Name of the bucket to create

descriptionstring

Description of the bucket

max_bytesinteger

Maximum size of the bucket in bytes

replicasinteger

Number of replicas

storage'file' | 'memory'

Response

Bad Request

messagestring

Example response

{
  "message": "success"
}