Microsoft Azure · Capability
Microsoft Azure Azure Cosmos DB REST API — Containers
Microsoft Azure Azure Cosmos DB REST API — Containers. 5 operations. Lead operation: Microsoft Azure List Containers. Self-contained Naftiko capability covering one Microsoft Azure business surface.
What You Can Do
GET
Containerslist
— Microsoft Azure List Containers
/v1/dbs/{databaseid}/colls
POST
Containerscreate
— Microsoft Azure Create a Container
/v1/dbs/{databaseid}/colls
GET
Containersget
— Microsoft Azure Get a Container
/v1/dbs/{databaseid}/colls/{containerid}
PUT
Containersreplace
— Microsoft Azure Replace a Container
/v1/dbs/{databaseid}/colls/{containerid}
DELETE
Containersdelete
— Microsoft Azure Delete a Container
/v1/dbs/{databaseid}/colls/{containerid}
MCP Tools
microsoft-azure-list-containers
Microsoft Azure List Containers
read-only
idempotent
microsoft-azure-create-container
Microsoft Azure Create a Container
microsoft-azure-get-container
Microsoft Azure Get a Container
read-only
idempotent
microsoft-azure-replace-container
Microsoft Azure Replace a Container
idempotent
microsoft-azure-delete-container
Microsoft Azure Delete a Container
idempotent