# Restart the Alfred worker
curl -X POST -H "Authorization: Bearer alf_your_key_here" \
/api/v1/admin/containers/worker/restart
# Restart OpenClaw gateway
curl -X POST -H "Authorization: Bearer alf_your_key_here" \
/api/v1/admin/containers/openclaw/restart
{
"message": "Container \"worker\" restarted"
}
Restart a specific service on your instance
# Restart the Alfred worker
curl -X POST -H "Authorization: Bearer alf_your_key_here" \
/api/v1/admin/containers/worker/restart
# Restart OpenClaw gateway
curl -X POST -H "Authorization: Bearer alf_your_key_here" \
/api/v1/admin/containers/openclaw/restart
{
"message": "Container \"worker\" restarted"
}
# Restart the Alfred worker
curl -X POST -H "Authorization: Bearer alf_your_key_here" \
/api/v1/admin/containers/worker/restart
# Restart OpenClaw gateway
curl -X POST -H "Authorization: Bearer alf_your_key_here" \
/api/v1/admin/containers/openclaw/restart
{
"message": "Container \"worker\" restarted"
}
Was this page helpful?