Complete Command Reference

Peach provides an intuitive and powerful CLI to manage your entire HPC workflow. Explore all the available commands to unlock the full potential of your cloud infrastructure.

$peach --config /path/to/config.yaml --create

Creates a new HPC cluster based on the provided configuration file. This is the primary command to provision your infrastructure.

$peach --destroy

Destroys the entire cluster and all associated cloud resources. This action is irreversible and will delete all data on the cluster.

$peach --start

Starts the Slurm job scheduling services on all nodes in the cluster. Use this if you have manually stopped the services.

$peach --bootstrap

Re-runs the initial bootstrap script on all cluster nodes. Useful for applying configuration updates without recreating the cluster.

$peach --status

Checks and reports the status of the cluster, including node health and Slurm service status.