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

# fly apps

Manage your Fly applications.

## Usage

```
fly apps [command] [flags]
```

## Available Commands

* [create](/flyctl/cmd/fly_apps_create)	 - Create a new application.
* [destroy](/flyctl/cmd/fly_apps_destroy)	 - Permanently destroy one or more apps.
* [errors](/flyctl/cmd/fly_apps_errors)	 - View application errors on Sentry.io
* [list](/flyctl/cmd/fly_apps_list)	 - List applications.
* [move](/flyctl/cmd/fly_apps_move)	 - Move an app to another organization.
* [open](/flyctl/cmd/fly_apps_open)	 - Open browser to current deployed application
* [releases](/flyctl/cmd/fly_apps_releases)	 - List app releases
* [restart](/flyctl/cmd/fly_apps_restart)	 - Restart an application.

## Options

```
  -h, --help   help for apps
```

## Global Options

```
  -t, --access-token string   Fly API Access Token
      --debug                 Print additional logs and traces
      --verbose               Verbose output
```

## See Also

* [fly](/flyctl/cmd/fly_help)	 - The Fly.io command line interface
