2025-07-17 03:58:59 +00:00
# `start`
## Synopsis
The `start` command is used to start the Olares system, including its components and services, after it has been stopped.
2025-09-09 09:50:34 +00:00
2025-07-17 03:58:59 +00:00
```bash
olares-cli start [option]
```
2025-09-09 09:50:34 +00:00
:::tip NOTE
After executing this command, allow 5-8 minutes for all Olares components to restart. You can verify the status of all pods by running `kubectl get pods -A` or by simply trying to access your Olares desktop.
:::
2026-01-13 09:30:57 +00:00
## Options
2025-07-17 03:58:59 +00:00
| Name | Shorthand | Usage |
|------------------|-----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `--help` | `-h` | Displays help information. |