{"tool":"doctl","tool_display":"Doctl","intent":"create-droplet","intent_display":"create droplet","title":"Doctl Command: create droplet","command_string":"doctl compute d c --region <region> --image <os_image> --size <vps_type> <droplet_name>","raw_command_string":"doctl compute {{[d|droplet]}} {{[c|create]}} --region {{region}} --image {{os_image}} --size {{vps_type}} {{droplet_name}}","description":"Exact CLI syntax to create droplet using Doctl.","usage_scenario":"During new environment setups or application rollouts requiring dedicated resources.","scenario_context":"Ensure you have the correct API token configured for doctl.","simulated_output":"Creating droplet...\\n\\nID          Name          Status      Size          Image         Region\\n12345678    my-droplet    active      s-1vcpu-1gb  ubuntu-20-04  nyc1\\n\\nDroplet created successfully!","how_to_steps":["Run the command with appropriate parameters for region, image, size, and name.","Verify the droplet status using `doctl compute droplet list`.","Access the droplet via SSH using the assigned IP address."],"inferred_category":"Cloud Infrastructure","canonical_url":"https://www.syntaxstandard.com/doctl/create-droplet"}