Remove set limits

So I set some limits on my containers, and now I want to remove some of those limits. Is there a way to do this? Specifically, limits.cpu

Instead of writing lxc config set <container> ... You can write lxc config unset <container> ...

1 Like