INTEGRITY Cloudflare Docs

Create new buckets

You can create a bucket from the Cloudflare dashboard or using Wrangler.

Bucket-Level Operations

Create a bucket with the r2 bucket create command:

wrangler r2 bucket create your-bucket-name

List buckets in the current account with the r2 bucket list command:

wrangler r2 bucket list

To delete a bucket, you must first empty it and then delete it. For detailed instructions, refer to Delete buckets.

Notes