Skip to main content
POST
/
api
/
v1
/
workers
/
restart
curl -X POST https://alfred.black/api/v1/workers/restart \
  -H "Authorization: Bearer alf_your_key_here" \
  -H "Content-Type: application/json"
{
  "message": "Alfred container restarted"
}
Performs a full restart of all AI agents. Use this to apply configuration changes or recover from errors.
This operation will cause brief downtime (typically 10-30 seconds) while the agents restart.
curl -X POST https://alfred.black/api/v1/workers/restart \
  -H "Authorization: Bearer alf_your_key_here" \
  -H "Content-Type: application/json"
{
  "message": "Alfred container restarted"
}
message
string
Confirmation that the restart completed successfully.