Change the disk-quota of the instance
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]
$ cozy-stack instances set-disk-quota cozy.localhost:8080 3GB
-h, --help help for set-disk-quota
--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)
- cozy-stack instances - Manage instances of a stack