{"tool":"doctl","tool_display":"Doctl","intent":"create-database-cluster","intent_display":"create database cluster","title":"Doctl Command: create database cluster","command_string":"doctl d c <database_name>","raw_command_string":"doctl {{[d|databases]}} {{[c|create]}} {{database_name}}","description":"Exact CLI syntax to create database cluster using Doctl.","usage_scenario":"When provisioning a fresh database environment for a new application or service.","scenario_context":"Ensure you have the correct permissions to create database clusters.","simulated_output":"$ doctl databases create my-database-cluster\nCreating database cluster... Done!\n\nCluster Details:\n+-------------------+---------------------+\n| Name              | my-database-cluster |\n| Engine            | postgres            |\n| Version           | 13                  |\n| Size              | db-s-1vcpu-1gb     |\n| Region            | nyc1               |\n| Status            | active              |\n+-------------------+---------------------+","how_to_steps":["Run `doctl databases create my-database-cluster` to initiate cluster creation.","Verify the cluster status with `doctl databases list`."],"inferred_category":"Cloud Infrastructure","canonical_url":"https://www.syntaxstandard.com/doctl/create-database-cluster"}