Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.01 KB

packet_volume_create.md

File metadata and controls

42 lines (28 loc) · 1.01 KB

packet volume create

Creates a volume

Synopsis

Example:

packet volume create --size [size_in_GB] --plan [plan_UUID] --project-id [project_UUID] --facility [facility_code]

packet volume create [flags]

Options

  -b, --billing-cycle string   Billing cycle (default "hourly")
  -d, --description string     Description of the volume
  -f, --facility string        Code of the facility where the volume will be created
  -h, --help                   help for create
  -j, --json                   JSON output
  -l, --locked                 Set the volume to be locked
  -P, --plan string            Name of the plan
  -p, --project-id string      UUID of the project
  -s, --size int               Size in GB]
  -y, --yaml                   YAML output

Options inherited from parent commands

      --config string   Path to JSON or YAML configuration file

SEE ALSO

Auto generated by spf13/cobra on 18-Dec-2019