LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

linode-cli-volumes

manages Linode block storage volumes

TLDR

List volumes
$ linode-cli volumes list
copy
Create volume
$ linode-cli volumes create --label [my-volume] --size [20] --region [us-east]
copy
Attach to Linode
$ linode-cli volumes attach [volume_id] --linode_id [linode_id]
copy
Detach volume
$ linode-cli volumes detach [volume_id]
copy
View volume
$ linode-cli volumes view [volume_id]
copy
Resize volume
$ linode-cli volumes resize [volume_id] --size [40]
copy
Delete volume
$ linode-cli volumes delete [volume_id]
copy

SYNOPSIS

linode-cli volumes subcommand [options]

DESCRIPTION

linode-cli volumes manages Linode block storage volumes. Volumes provide persistent storage for instances.The tool creates, attaches, resizes, and manages block storage independent of Linode lifecycle.

PARAMETERS

SUBCOMMAND

Volume operation.
list
List all volumes.
create
Create new volume.
attach ID
Attach to Linode.
detach ID
Detach from Linode.
view ID
View volume details.
resize ID
Resize volume (can only increase size).
clone ID
Clone volume to a new volume.
delete ID
Delete volume.
--label NAME
Volume name.
--size GB
Size in gigabytes (min: 10, max: 10240).
--region REGION
Region to create volume in (e.g., us-east).
--linode_id ID
Linode to attach volume to on creation.
--format FORMAT
Output format: json or text.
--help
Display help information.

INSTALL

brew install linode-cli
copy
nix profile install nixpkgs#linode-cli
copy

CAVEATS

Requires authentication. Billed by size. Same region as Linode for attach.

HISTORY

linode-cli volumes is part of the Linode CLI for managing block storage volumes on Linode cloud.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid