> 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.15/pmk-cli.md).

# PMK CLI

- [CLI Overview](https://docs.platform9.com/managed-kubernetes/5.15/pmk-cli/cli-overview.md)
- [Add/Remove Platform9 CLI](https://docs.platform9.com/managed-kubernetes/5.15/pmk-cli/add-remove-platform9-cli.md)
- [SSH Mode](https://docs.platform9.com/managed-kubernetes/5.15/pmk-cli/ssh-mode.md)
- [Uninstall HostAgent](https://docs.platform9.com/managed-kubernetes/5.15/pmk-cli/uninstall-hostagent.md)
- [Commands](https://docs.platform9.com/managed-kubernetes/5.15/pmk-cli/commands.md)
- [Using the CLI with MFA](https://docs.platform9.com/managed-kubernetes/5.15/pmk-cli/commands/using-cli-with-mfa.md)
- [Proxy Support for pf9ctl](https://docs.platform9.com/managed-kubernetes/5.15/pmk-cli/commands/cli-proxy-support.md)
- [Help Command](https://docs.platform9.com/managed-kubernetes/5.15/pmk-cli/commands/cli-help.md)
- [Bootstrap Command](https://docs.platform9.com/managed-kubernetes/5.15/pmk-cli/commands/cli-bootstrap.md)
- [Prep-node Command](https://docs.platform9.com/managed-kubernetes/5.15/pmk-cli/commands/cli-prep-node.md)
- [Config Command](https://docs.platform9.com/managed-kubernetes/5.15/pmk-cli/commands/cli-config.md)
- [Check-node Command](https://docs.platform9.com/managed-kubernetes/5.15/pmk-cli/commands/cli-check-node.md)
- [Attach-node Command](https://docs.platform9.com/managed-kubernetes/5.15/pmk-cli/commands/cli-attach-node.md)
- [Detach-node Command](https://docs.platform9.com/managed-kubernetes/5.15/pmk-cli/commands/cli-detach-node.md)
- [Decommission-node Command](https://docs.platform9.com/managed-kubernetes/5.15/pmk-cli/commands/cli-decommission-node.md)
- [Delete-cluster Command](https://docs.platform9.com/managed-kubernetes/5.15/pmk-cli/commands/cli-delete-cluster.md)
- [Authorize-node Command](https://docs.platform9.com/managed-kubernetes/5.15/pmk-cli/commands/cli-auth-node.md)
- [Deauthorize-node Command](https://docs.platform9.com/managed-kubernetes/5.15/pmk-cli/commands/cli-deauthorize-node.md)
- [Cloud Provider Checks](https://docs.platform9.com/managed-kubernetes/5.15/pmk-cli/cloud-provider-checks.md)
- [Using the CLI for Automation](https://docs.platform9.com/managed-kubernetes/5.15/pmk-cli/using-cli-for-automation.md)
- [FAQ](https://docs.platform9.com/managed-kubernetes/5.15/pmk-cli/faq.md)


---

# 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.15/pmk-cli.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.
