Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.02 KB

cherryctl_storage_detach.md

File metadata and controls

40 lines (27 loc) · 1.02 KB

cherryctl storage detach

Detach storage volume from a server.

Synopsis

Detach storage volume from a server.

cherryctl storage detach ID [flags]

Examples

  # Detach storage:
  cherryctl storage detach 12345

Options

  -h, --help   help for detach

Options inherited from parent commands

      --api-url string   Override default API endpoint (default "https://api.cherryservers.com/v1/")
      --config string    Path to JSON or YAML configuration file
      --context string   Specify a custom context name (default "default")
      --fields strings   Comma separated object field names to output in result. Fields can be used for list and get actions.
  -o, --output string    Output format (*table, json, yaml)
      --token string     API Token (CHERRY_AUTH_TOKEN)

SEE ALSO