Feature Request
Priority: P2 (Medium)
Description
CosmosDB Shell has a bucket command for SDK throughput control but no command to view or change the provisioned throughput (RU/s) or toggle autoscale for a database or container.
Comparable Features in Other Shells
- Not directly comparable — this is Cosmos DB specific
Proposed Behavior
Add a throughput or scale command:
throughput show — Display current RU/s (manual or autoscale) and consumption
throughput set <RUs> — Change provisioned throughput
throughput autoscale <maxRUs> — Switch to or configure autoscale
throughput manual <RUs> — Switch to manual provisioning
Example Usage
cd /MyDatabase/MyContainer
throughput show
throughput set 4000
throughput autoscale 10000
Feature Request
Priority: P2 (Medium)
Description
CosmosDB Shell has a
bucketcommand for SDK throughput control but no command to view or change the provisioned throughput (RU/s) or toggle autoscale for a database or container.Comparable Features in Other Shells
Proposed Behavior
Add a
throughputorscalecommand:throughput show— Display current RU/s (manual or autoscale) and consumptionthroughput set <RUs>— Change provisioned throughputthroughput autoscale <maxRUs>— Switch to or configure autoscalethroughput manual <RUs>— Switch to manual provisioningExample Usage