qbit_manage_system
Check system health, get version and base URL, or reset a stuck run state on a qbit_manage instance. Pass an operation and arguments to perform these maintenance tasks.
Instructions
qbit manage system operations on qbit_manage. Pass operation and an arguments dict matching that operation's parameters.
qbit_manage_force_reset_running_state() — Force-reset the internal is_running flag to recover from a stuck run state. WRITE: this modifies your qbit_manage instance.
qbit_manage_get_base_url() — Return the configured base URL the web server is served under (always public).
qbit_manage_get_version() — Get the current qbit_manage version with update availability details (always public).
qbit_manage_health_check() — Liveness/readiness probe (always public): status healthy|degraded|busy|unhealthy, queue size, config/log directory state, next scheduled run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |