TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/mikronita/mikrom/llms.txt
Use this file to discover all available pages before exploring further.
mikrom system command group surfaces the operational health of the Mikrom control plane and supporting services directly from the command line. Rather than logging into the dashboard to check service status, you can run a single command to confirm that the API, scheduler, agent workers, and router are all reachable and responding correctly. This is especially useful when diagnosing connectivity problems, debugging deployment failures, or verifying that a self-hosted Mikrom installation is fully operational after an upgrade.
mikrom system health
Check the health of all platform services. The command contacts the Mikrom API, which in turn aggregates health signals from each internal service and returns a combined status summary. Services checked include:- api — the control plane API that processes all CLI and dashboard requests
- scheduler — the resource placement and scheduling engine
- agent workers — the microVM lifecycle daemons running on each host node
- router — the Pingora-based ingress router handling inbound application traffic
mikrom system health is the first command to run when you suspect connectivity issues between the CLI and the platform. A failed api status usually means the configured api-url is unreachable — verify it with mikrom config show and update it with mikrom config set api-url <url> if needed.Shell Completion: mikrom completion
Themikrom completion command generates shell completion scripts so that pressing Tab in your shell autocompletes mikrom commands, subcommands, and flags. Completions are available for bash, zsh, fish, elvish, and powershell.
The shell to generate completions for. Accepted values:
bash, zsh, fish, elvish, powershell.Bash
Append the completion script to your.bashrc and reload the shell:
Zsh
Add completions to your.zshrc: