> ## Documentation Index
> Fetch the complete documentation index at: https://www.aptible.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# aptible restart

This command restarts an [App](/docs/core-concepts/apps/overview) and all its associated [Services](/docs/core-concepts/apps/deploying-apps/services).

# Synopsis

```
Usage:
  aptible restart [flags]

Flags:
      --app string           App handle
  -e, --env string           Environment handle (alias)
      --environment string   Environment handle
      --force                Allow --simulate-oom on production environments
      --simulate-oom         Simulate an OOM restart (non-production only without --force)
```

# Examples

```shell theme={null}
aptible restart --app "$APP_HANDLE"
```
