> ## 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 move

Move an application to another
organization the current user belongs to.
For details, see [https://fly.io/docs/apps/move-app-org/](https://fly.io/docs/apps/move-app-org/).

## Usage

```
fly apps move <app name> [flags]
```

## Options

```
  -h, --help                 help for move
  -o, --org string           The target Fly.io organization
      --skip-health-checks   Update machines without waiting for health checks
  -y, --yes                  Accept all confirmations (also --auto-confirm)
```

## Global Options

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

## See Also

* [fly apps](/flyctl/cmd/fly_apps)	 - Manage apps.
