Skip to main content

status

Show current system metrics.
catops status
Shows CPU, memory, disk usage and monitoring status.

ask

Ask AI questions about your server.
catops ask "why is CPU high?"
catops ask "what's using the most memory?"
Requires cloud mode (AUTH_TOKEN) to work.

start

Start the monitoring service.
catops start

restart

Restart the monitoring service.
catops restart
Use this after changing configuration.

set

Configure monitoring thresholds.
# Set CPU alert threshold (percentage)
catops set cpu 80

# Set memory alert threshold (percentage)
catops set mem 80

# Set disk alert threshold (percentage)
catops set disk 90
When a threshold is exceeded, you’ll get a Telegram alert (if cloud mode is enabled).

auth

Manage cloud authentication.
# Login with token
catops auth login <token>

# Logout
catops auth logout
Get your token from catops.app/billing.

update

Update to the latest version.
catops update

uninstall

Remove CatOps from your system.
catops uninstall

config

View current configuration.
catops config

version

Show CLI version.
catops version
Or:
catops --version