Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.11 KB

stackit_server_volume_list.md

File metadata and controls

44 lines (30 loc) · 1.11 KB

stackit server volume list

Lists all server volumes

Synopsis

Lists all server volumes.

stackit server volume list [flags]

Examples

  List all volumes for a server with ID "xxx"
  $ stackit server volume list --server-id xxx

  List all volumes for a server with ID "xxx" in JSON format
  $ stackit server volumes list --server-id xxx --output-format json

Options

  -h, --help               Help for "stackit server volume list"
  -s, --server-id string   Server ID

Options inherited from parent commands

  -y, --assume-yes             If set, skips all confirmation prompts
      --async                  If set, runs the command asynchronously
  -o, --output-format string   Output format, one of ["json" "pretty" "none" "yaml"]
  -p, --project-id string      Project ID
      --region string          Target region for region-specific requests
      --verbosity string       Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")

SEE ALSO