List objects in a specified container. Create, show details for, and delete containers. Create, update, show, and delete container metadata.
| Method | URI | Description |
|---|---|---|
| GET | /v1/{account}/{container}{?limit,marker,end_marker,prefix,format,delimiter,path} | Shows details for a specified container and lists objects, sorted by name, in the container. |
| PUT | /v1/{account}/{container} | Creates a container. |
| DELETE | /v1/{account}/{container} | Deletes an empty container. |
| POST | /v1/{account}/{container} | Creates, updates, or deletes custom metadata for a container. |
| HEAD | /v1/{account}/{container} | Shows container metadata, including the number of objects and the total bytes of all objects stored in the container. |

