table of contents
- trixie 6.0.4-2+deb13u4
- testing 6.0.6-1
- unstable 6.0.6-2
- experimental 6.23.0-1~exp1
| Incus - Command line client(1) | Incus - Command line client(1) |
NAME¶
incus-profile-assign - Assign sets of profiles to instances
SYNOPSIS¶
incus profile assign [:] ([,...]|--no-profiles) [flags]
DESCRIPTION¶
Description:
Assign sets of profiles to instances
OPTIONS¶
--no-profiles[=false] Remove all profiles from the instance
OPTIONS INHERITED FROM PARENT COMMANDS¶
--debug[=false] Show all debug messages
--explain[=false] If the command is valid, explain its parsed arguments instead of running it
--force-local[=false] Force using the local unix socket
-h, --help[=false] Print help
--project="" Override the source project``
-q, --quiet[=false] Don't show progress information
--sub-commands[=false] Use with help or --help to view sub-commands
-v, --verbose[=false] Show all information messages
--version[=false] Print version number
EXAMPLE¶
incus profile assign foo default,bar
Set the profiles for "foo" to "default" and "bar".
incus profile assign foo default
Reset "foo" to only using the "default" profile.
incus profile assign foo --no-profiles
Remove all profile from "foo"
SEE ALSO¶
incus-profile(1)
HISTORY¶
27-Mar-2026 Auto generated by spf13/cobra
| Mar 2026 | Auto generated by spf13/cobra |