Update a volume

Update a specific Block Storage volume.

Permissions and scopes

To call this operation, you need the following:

  • Identity and access permissions. Your user needs a role with these permissions assigned. Learn more.

    • Permissions: update_volume
  • OAuth scopes. Your user needs these scopes assigned. Learn more.

    • Scopes: volumes:read_write

CLI

linode-cli volumes update 12345 \
  --label my_volume

Learn more

Path Params
string
enum
required

Enum Call either the v4 URL, or v4beta for operations still in Beta.

Allowed:
integer
required

The unique identifier for the target volume. Run the List volumes operation and store the id for the target volume as your volumeId.

Body Params
string
length between 1 and 32

The name of the volume. A label can be up to 32 characters long and contain alphanumeric characters, dashes, and underscores. This value is also used in the volume's filesystem_path.

tags
array of strings

Any tags applied to this object. Use tags to label and organize your cloud computing resources.

tags
Responses

Language
Credentials
LoadingLoading…
Response
Choose an example:
application/json