flyctl volumes delete

Delete a volume from the app

About

Delete a volume from the application. Requires the volume's ID number to operate. This can be found through the volumes list command

Usage

flyctl volumes delete <id> [flags]

Options

  -h, --help   help for delete

Global Options

  -t, --access-token string   Fly API Access Token
  -j, --json                  json output
  -v, --verbose               verbose output

See Also