Search:

Search all manuals
Search this manual
Manual
Couchbase Server Manual 1.8
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
8 REST API for Administration
Chapter Sections
Chapters

8.21. Managing Buckets

You can create a new bucket with a POST command sent to the URI for buckets in a cluster. This can be used to create either a couchbase or a memcached type bucket. The bucket name cannot have a leading underscore.

When you create a bucket you must provide the authType parameter:

ramQuotaMB specifies how much memory, in megabytes, you want to allocate to each node for the bucket. The minimum supported value is 100MB.