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

     1  ## cozy-stack instances destroy
     2  
     3  Remove instance
     4  
     5  ### Synopsis
     6  
     7  
     8  cozy-stack instances destroy allows to remove an instance
     9  and all its data.
    10  
    11  
    12  ```
    13  cozy-stack instances destroy <domain> [flags]
    14  ```
    15  
    16  ### Options
    17  
    18  ```
    19        --force   Force the deletion without asking for confirmation
    20    -h, --help    help for destroy
    21  ```
    22  
    23  ### Options inherited from parent commands
    24  
    25  ```
    26        --admin-host string   administration server host (default "localhost")
    27        --admin-port int      administration server port (default 6060)
    28    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    29        --host string         server host (default "localhost")
    30    -p, --port int            server port (default 8080)
    31  ```
    32  
    33  ### SEE ALSO
    34  
    35  * [cozy-stack instances](cozy-stack_instances.md)	 - Manage instances of a stack
    36