Create a volume

Creates a volume on your account. For this to complete, you need the add_volumes grant. Creating a new volume accrues additional charges on your account.

linode-cli volumes create \
  --label my-volume \
  --size 20 \
  --linode_id 12346 \
  --encryption enabled \
  --no-defaults

<https://www.linode.com/docs/products/tools/cli/get-started/>
volumes:read_write

<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>
Language
Credentials
Click Try It! to start a request and see the response here!