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"
}
Restart all AI agents
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"
}
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"
}
Was this page helpful?