> For the complete documentation index, see [llms.txt](https://docs.platform9.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platform9.com/managed-kubernetes/5.9/pmk-cli-commands/cli-help.md).

# Cli Help

The Help command will display the list of supported commands

## Syntax Example

{% tabs %}
{% tab title="Bash" %}

```bash
pf9ctl  -h
pf9ctl --help
```

{% endtab %}
{% endtabs %}

## All Available Commands and Flags

{% tabs %}
{% tab title="Bash" %}

```bash
pf9ctl --help

CLI tool for Platform9 management.
	Platform9 Managed Kubernetes cluster operations. Read more at
	http://pf9.io/cli_clhelp.

Usage:
  pf9ctl [command]

Available Commands:
  attach-node           Attaches node to kubernetes cluster
  authorize-node        Authorizes this node.
  bootstrap             Create a single node k8s cluster with current node
  bundle                Gathers support bundle and uploads to S3
  check-amazon-provider Checks if user has amazon cloud permissions
  check-azure-provider  Checks if user has azure cloud permissions
  check-google-provider Checks if user has google cloud permissions
  check-node            Check prerequisites for k8s
  config                Create or get config
  deauthorize-node      Deauthorizes this node from the Platform9 control plane
  decommission-node     Decomisisons this node from the Platform9 control plane
  delete-cluster        Deletes the cluster.
  detach-node           Detaches a node from a kubernetes cluster
  help                  Help about any command
  prep-node             Set up prerequisites & prep the node for k8s
  upgrade               Checks for a new version of the CLI
  version               Current version of CLI being used

Flags:
  -h, --help        help for pf9ctl
      --no-prompt   disable all user prompts
      --verbose     print verbose logs

Use "pf9ctl [command] --help" for more information about a command.
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.platform9.com/managed-kubernetes/5.9/pmk-cli-commands/cli-help.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
