Skip to main content

System Manager

Control the Nimbus agent lifecycle and manage installed versions.

nimbus system <command>
CommandDescription
statusShow agent status (default command)
logShow system log
loglevelChange minimal log level (debug, info, warning, error)
upgrade / stop-upgradeUpgrade or cancel upgrade
linkShow installation command and API key
login <api-key>Set API key
start / stop / reloadManage service process
factory-resetReset agent to default settings and reload
db-backupsList restorable local database backups created by factory reset or restore
db-restore <id> [--no-restart]Schedule restore of a listed local database backup by id; restarts the service by default
service-statusShow nimbusd service status
log-serviceShow service logs
uninstallRemove Nimbus agent
pruneClean temp files and unused layers
agent-versionShow current version
agent-listList available backups
agent-backup <name>Create version backup
agent-revert <name>Revert to a backup version
agent-clean-backupRemove all local backups
storageShow storage info

Example

nimbus system agent-backup yakir

→ Creates backup folder /etc/nimbus/yakir/

nimbus system db-backups
nimbus system db-restore agent-db-factory-reset-20260705T100000Z-...

db-backups shows only restorable operator backups such as agent-db-factory-reset-* and agent-db-pre-restore-*. Internal migration snapshots are hidden. db-restore rejects ids that are not listed and writes a pending-restore marker. The restore is applied at the next Nimbus process start before runtime storage opens SQLite; by default the command requests that restart immediately.