Creates resource quotas to limit storage, connections, or queries for a Vultr managed database instance
The vultr-cli database quota create command creates resource quota limits for a managed database instance, allowing you to control and restrict resource usage.
$ vultr-cli database quota create <Database ID> [flags]
| Shorthand | Long Version | Description |
|---|---|---|
| - | --client-id | client ID for the new managed database quota |
| - | --consumer-byte-rate | consumer byte rate for the new managed database quota |
| - | --producer-byte-rate | producer byte rate factor for the new managed database quota |
| - | --request-percentage | CPU request percentage for the new managed database quota |
| - | --user | user for the new managed database quota |