cfcli get volume

AI Tools

Gets information about an existing volume by name or UUID.

cfcli get volume [flags]

Examples:

#get a volume in project: "proj" with volume name: "vol": cfcli get volume --project-name proj --name vol #get a volume in project: "proj" with volume uuid: "u-u-i-d": cfcli get volume --project-name proj --uuid u-u-i-d

Flag

Short

Type

Default

Description

-name


string


Volume name. Either UUID or name must be specified, but not both.

--uuid


string


Volume UUID. Either UUID or name must be specified, but not both.

--help

-h

bool


Help for volume.

--project name


string


Project name.


On This Page
cfcli get volume