Hi Vera, those API docs are autogenerated and represent the Python code that's in the CLI modules, but not all of the methods are runnable via the CLI.
That's a bit confusing, so I'll see if we can make some changes to ensure only commands you can run via the CLI show up in the CLI section of the docs.
For now, I think the best way to see all available commands is to use
--help
on the CLI itself; so, for example,
prefect cloud --help
will show you all the cloud-related CLI commands.