Creates resource quotas to limit storage, connections, or queries for a Vultr managed database instance
The vultr-cli database quota create
command establishes resource limits for a managed database instance, controlling aspects like storage, connections, or queries to prevent overutilization.
$ 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 |
No comments yet.