Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.compartment.dev/llms.txt

Use this file to discover all available pages before exploring further.

compartment system is a subcommand group for administering the Compartment platform itself, as opposed to the projects and deployments running on it. Use these commands to check the health of the installation, update to a new version, restart services after a configuration change, or reconfigure the domain that Compartment is served from. These commands run on the server hosting Compartment and may require elevated privileges.

Subcommands

Report the health of all system services in the Compartment installation. Use this command to confirm that the control plane, routing layer, and container runtime are all running correctly.
compartment system status [options]

Options

FlagTypeDefaultDescription
--output <format>text | jsontextOutput format. Use json to parse service health programmatically.

Examples

Check system health
compartment system status
Check system health and output as JSON
compartment system status --output json
System commands operate directly on the host running Compartment and may require sudo depending on your server configuration. The CLI automatically re-runs with elevated privileges if the initial attempt fails due to insufficient permissions.