Create a volume

Creates a Volume on your Account. In order for this to complete successfully, your User must have the add_volumes grant. Creating a new Volume will start accruing additional charges on your account.

linode-cli volumes create \
  --label my-volume \
  --size 20 \
  --linode_id 12346 \
  --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
Authorization
Click Try It! to start a request and see the response here!