# 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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
