Skip to main content
POST
/
api
/
v1
/
openclaw
/
restart
curl -X POST https://alfred.black/api/v1/openclaw/restart \
  -H "Authorization: Bearer alf_your_key_here"
{
  "message": "OpenClaw container restarted"
}
Restart your instance’s agent gateway. This is useful when you need to pick up configuration changes or recover from an error state. All active agent connections will be terminated during the restart. Running sessions will need to reconnect once the gateway is back online.
curl -X POST https://alfred.black/api/v1/openclaw/restart \
  -H "Authorization: Bearer alf_your_key_here"
{
  "message": "OpenClaw container restarted"
}