# Stop the Alfred worker
curl -X POST -H "Authorization: Bearer alf_your_key_here" \
/api/v1/admin/containers/worker/stop
# Stop Temporal UI
curl -X POST -H "Authorization: Bearer alf_your_key_here" \
/api/v1/admin/containers/temporal-ui/stop
{
"message": "Container \"worker\" stopped"
}
Stop a specific service on your instance
# Stop the Alfred worker
curl -X POST -H "Authorization: Bearer alf_your_key_here" \
/api/v1/admin/containers/worker/stop
# Stop Temporal UI
curl -X POST -H "Authorization: Bearer alf_your_key_here" \
/api/v1/admin/containers/temporal-ui/stop
{
"message": "Container \"worker\" stopped"
}
# Stop the Alfred worker
curl -X POST -H "Authorization: Bearer alf_your_key_here" \
/api/v1/admin/containers/worker/stop
# Stop Temporal UI
curl -X POST -H "Authorization: Bearer alf_your_key_here" \
/api/v1/admin/containers/temporal-ui/stop
{
"message": "Container \"worker\" stopped"
}
Was this page helpful?