github.com/cozy/cozy-stack@v0.0.0-20240603063001-31110fa4cae1/docs/cli/cozy-stack_instances_set-disk-quota.md (about)

     1  ## cozy-stack instances set-disk-quota
     2  
     3  Change the disk-quota of the instance
     4  
     5  ### Synopsis
     6  
     7  
     8  cozy-stack instances set-disk-quota allows to change the disk-quota of the
     9  instance of the given domain. Set the quota to 0 to remove the quota.
    10  
    11  
    12  ```
    13  cozy-stack instances set-disk-quota <domain> <disk-quota> [flags]
    14  ```
    15  
    16  ### Examples
    17  
    18  ```
    19  $ cozy-stack instances set-disk-quota cozy.localhost:8080 3GB
    20  ```
    21  
    22  ### Options
    23  
    24  ```
    25    -h, --help   help for set-disk-quota
    26  ```
    27  
    28  ### Options inherited from parent commands
    29  
    30  ```
    31        --admin-host string   administration server host (default "localhost")
    32        --admin-port int      administration server port (default 6060)
    33    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    34        --host string         server host (default "localhost")
    35    -p, --port int            server port (default 8080)
    36  ```
    37  
    38  ### SEE ALSO
    39  
    40  * [cozy-stack instances](cozy-stack_instances.md)	 - Manage instances of a stack
    41