(incus_project_edit.md)=
# `incus project edit`

Edit project configurations as YAML

## Synopsis
```{line-block}

Description:
  Edit project configurations as YAML



```
```
incus project edit [<remote>:]<project> [flags]
```

## Examples

```
  incus project edit <project> < project.yaml
      Update a project using the content of project.yaml
```

## Options inherited from parent commands

```
      --debug          Show all debug messages
      --force-local    Force using the local unix socket
  -h, --help           Print help
      --project        Override the source project
  -q, --quiet          Don't show progress information
      --sub-commands   Use with help or --help to view sub-commands
  -v, --verbose        Show all information messages
      --version        Print version number
```

## SEE ALSO

* [incus project](incus_project.md)	 - Manage projects

