(incus_project.md)=
# `incus project`

Manage projects

## Synopsis
```{line-block}

Description:
  Manage projects



```
```
incus project [flags]
```

## 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](incus.md)	 - Command line client for Incus
* [incus project create](incus_project_create.md)	 - Create projects
* [incus project delete](incus_project_delete.md)	 - Delete projects
* [incus project edit](incus_project_edit.md)	 - Edit project configurations as YAML
* [incus project get](incus_project_get.md)	 - Get values for project configuration keys
* [incus project get-current](incus_project_get-current.md)	 - Show the current project
* [incus project info](incus_project_info.md)	 - Get a summary of resource allocations
* [incus project list](incus_project_list.md)	 - List projects
* [incus project rename](incus_project_rename.md)	 - Rename projects
* [incus project set](incus_project_set.md)	 - Set project configuration keys
* [incus project show](incus_project_show.md)	 - Show project options
* [incus project switch](incus_project_switch.md)	 - Switch the current project
* [incus project unset](incus_project_unset.md)	 - Unset project configuration keys

```{toctree}
:titlesonly:
:glob:
:hidden:

project/*
```
