Cozy stack instances set disk quota
cozy-stack instances set-disk-quota¶
Change the disk-quota of the instance
Synopsis¶
cozy-stack instances set-disk-quota allows to change the disk-quota of the instance of the given domain. Set the quota to 0 to remove the quota.
cozy-stack instances set-disk-quota <domain> <disk-quota> [flags]
Examples¶
$ cozy-stack instances set-disk-quota cozy.localhost:8080 3GB
Options¶
-h, --help help for set-disk-quota
Options inherited from parent commands¶
      --admin-host string   administration server host (default "localhost")
      --admin-port int      administration server port (default 6060)
  -c, --config string       configuration file (default "$HOME/.cozy.yaml")
      --host string         server host (default "localhost")
  -p, --port int            server port (default 8080)
SEE ALSO¶
- cozy-stack instances - Manage instances of a stack