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

     1  ## cozy-stack instances modify
     2  
     3  Modify the instance properties
     4  
     5  ### Synopsis
     6  
     7  
     8  cozy-stack instances modify allows to change the instance properties and
     9  settings for a specified domain.
    10  
    11  
    12  ```
    13  cozy-stack instances modify <domain> [flags]
    14  ```
    15  
    16  ### Options
    17  
    18  ```
    19        --blocked                     Block the instance
    20        --blocking-reason string      Code that explains why the instance is blocked (PAYMENT_FAILED, LOGIN_FAILED, etc.)
    21        --context-name string         New context name
    22        --deleting --deleting=false   Set (or remove) the deleting flag (ex: --deleting=false)
    23        --disk-quota string           Specify a new disk quota
    24        --domain-aliases strings      Specify one or more aliases domain for the instance (separated by ',')
    25        --email string                New email
    26        --franceconnect_id string     The identifier for checking authentication with FranceConnect
    27    -h, --help                        help for modify
    28        --locale string               New locale
    29        --magic_link                  Enable authentication with magic links sent by email
    30        --oidc_id string              New identifier for checking authentication from OIDC
    31        --onboarding-finished         Force the finishing of the onboarding
    32        --public-name string          New public name
    33        --settings string             New list of settings (eg offer:premium)
    34        --sponsorships strings        Sponsorships of the instance (comma separated list)
    35        --tos string                  Update the TOS version signed
    36        --tos-latest string           Update the latest TOS version
    37        --tz string                   New timezone
    38        --uuid string                 New UUID
    39  ```
    40  
    41  ### Options inherited from parent commands
    42  
    43  ```
    44        --admin-host string   administration server host (default "localhost")
    45        --admin-port int      administration server port (default 6060)
    46    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    47        --host string         server host (default "localhost")
    48    -p, --port int            server port (default 8080)
    49  ```
    50  
    51  ### SEE ALSO
    52  
    53  * [cozy-stack instances](cozy-stack_instances.md)	 - Manage instances of a stack
    54