Vultr DocsLatest Content


Create

Updated on 15 September, 2025

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.

Usage

console
$ vultr-cli database quota create <Database ID> [flags]

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

Comments

No comments yet.