Skip to content

feat: Quick Actions panel (restart gateway, clear cache, rotate logs) #252

@vivekchand

Description

@vivekchand

Inspiration

openclaw-dashboard has a Quick Actions section that lets you trigger common ops tasks from the UI: restart gateway, clear cache, run health checks, etc.

What

Add a Quick Actions panel to ClawMetry (cloud + OSS) that lets users trigger common operations on their nodes remotely:

  • Restart gateway — send restart command via sync daemon
  • Clear cache — purge local OpenClaw caches
  • Rotate logs — trigger log rotation
  • Run health check — on-demand node health ping
  • Custom actions — let users define their own (extensible)

Why

Right now ClawMetry is read-only (monitor + observe). Quick Actions turns it into an ops tool — you can respond to what you see without SSH-ing into the box.

Implementation notes

  • Actions dispatched from cloud dashboard to sync daemon via WebSocket command channel
  • Sync daemon executes locally and reports result back
  • Need auth + confirmation UX ("are you sure you want to restart?")
  • Audit log for all actions triggered

Related

Builds on the existing sync daemon WebSocket connection. No new infrastructure needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions