(lxc_profile.md)= # `lxc profile` Manage profiles ## Synopsis Description: Manage profiles ``` lxc profile [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 * [lxc](lxc.md) - Command line client for LXD * [lxc profile add](lxc_profile_add.md) - Add profiles to instances * [lxc profile assign](lxc_profile_assign.md) - Assign sets of profiles to instances * [lxc profile copy](lxc_profile_copy.md) - Copy profiles * [lxc profile create](lxc_profile_create.md) - Create profiles * [lxc profile delete](lxc_profile_delete.md) - Delete profiles * [lxc profile device](lxc_profile_device.md) - Manage devices * [lxc profile edit](lxc_profile_edit.md) - Edit profile configurations as YAML * [lxc profile get](lxc_profile_get.md) - Get values for profile configuration keys * [lxc profile list](lxc_profile_list.md) - List profiles * [lxc profile remove](lxc_profile_remove.md) - Remove profiles from instances * [lxc profile rename](lxc_profile_rename.md) - Rename profiles * [lxc profile set](lxc_profile_set.md) - Set profile configuration keys * [lxc profile show](lxc_profile_show.md) - Show profile configurations * [lxc profile unset](lxc_profile_unset.md) - Unset profile configuration keys ```{toctree} :titlesonly: :glob: :hidden: profile/* ```