status
Show current system metrics.
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.
restart
Restart the monitoring service.
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.
uninstall
Remove CatOps from your system.
config
View current configuration.
version
Show CLI version.
Or: