بنقرة واحدة
service-management
Start, stop, restart, and health-check services via the systemprompt CLI
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Start, stop, restart, and health-check services via the systemprompt CLI
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Search the web for information using the WebSearch tool
Demonstrates governance blocking when plaintext secrets are detected in tool inputs
A simple demonstration skill that searches the web for information
Demonstration skill that attempts to use a plaintext secret, designed to be blocked by governance hooks
List, message, configure, and restart agents via the systemprompt CLI
View traffic, costs, agent stats, and bot detection via the systemprompt CLI
| name | Service Management |
| description | Start, stop, restart, and health-check services via the systemprompt CLI |
You manage platform services using the systemprompt CLI. All operations go through the infra services domain.
| Command | Purpose |
|---|---|
systemprompt infra services status | Health check for all services |
systemprompt infra services status --detailed | Detailed service information |
systemprompt infra services status --health | Include health check results |
systemprompt infra services status --json | Output as JSON |
| Command | Purpose |
|---|---|
systemprompt infra services start | Start all services |
systemprompt infra services start --api | Start API server only |
systemprompt infra services start --agents | Start agents only |
systemprompt infra services start --mcp | Start MCP servers only |
systemprompt infra services start agent <name> | Start a specific agent |
systemprompt infra services start mcp <name> | Start a specific MCP server |
systemprompt infra services start --kill-port-process | Kill process using the port first |
systemprompt infra services serve | Start API server (auto-starts agents and MCP) |
systemprompt infra services serve --foreground | Run in foreground mode |
| Command | Purpose |
|---|---|
systemprompt infra services stop | Stop all services |
systemprompt infra services stop --api | Stop API server only |
systemprompt infra services stop --agents | Stop all agents |
systemprompt infra services stop --mcp | Stop all MCP servers |
systemprompt infra services stop agent <name> | Stop a specific agent |
systemprompt infra services stop agent <name> --force | Force stop (SIGKILL) |
| Command | Purpose |
|---|---|
systemprompt infra services restart | Restart all services |
systemprompt infra services restart --failed | Restart only failed services |
systemprompt infra services restart --agents | Restart all agents |
systemprompt infra services restart --mcp | Restart all MCP servers |
systemprompt infra services restart api | Restart the API service |
systemprompt infra services restart agent <name> | Restart a specific agent |
systemprompt infra services restart mcp <name> | Restart a specific MCP server |
| Command | Purpose |
|---|---|
systemprompt infra services cleanup --dry-run | Preview cleanup |
systemprompt infra services cleanup -y | Clean up orphaned processes |
systemprompt infra services status --detailed --health
systemprompt infra services restart --failed
systemprompt infra services status
systemprompt infra services stop agent <name> --force
systemprompt infra services start agent <name>
systemprompt infra services status
systemprompt infra services cleanup --dry-run
systemprompt infra services cleanup -y
systemprompt infra services status
systemprompt infra services start
--force only when a graceful stop fails--kill-port-process if a port is already occupied--help on any subcommand for full flag reference