Skip to main content
Version: 1.9.x

Bucket API

The Bucket API allows users to create, modify, and delete buckets.

Before starting to record data, a user must first create a bucket and specify settings such as:

  • Maximum block size
  • Maximum number of records
  • Quota type
  • Quota size

For more information about buckets, read the how-does-it-work page.

GET
/api/v1/b/:bucket_name
Get information about a bucket
HEAD
/api/v1/b/:bucket_name
Check if a bucket exists
POST
/api/v1/b/:bucket_name
Create a new bucket
PUT
/api/v1/b/:bucket_name
Change settings of a bucket
DELETE
/api/v1/b/:bucket_name
Remove a bucket