curl -H "Authorization: Bearer alf_your_key_here" \
/api/v1/admin/containers
[
{
"Name": "alfred-init-1",
"Service": "init",
"State": "exited",
"Health": "",
"ExitCode": 0
},
{
"Name": "alfred-worker-1",
"Service": "worker",
"State": "running",
"Health": "healthy",
"ExitCode": 0
},
{
"Name": "alfred-openclaw-1",
"Service": "openclaw",
"State": "running",
"Health": "",
"ExitCode": 0
},
{
"Name": "alfred-temporal-1",
"Service": "temporal",
"State": "running",
"Health": "healthy",
"ExitCode": 0
},
{
"Name": "alfred-temporal-ui-1",
"Service": "temporal-ui",
"State": "running",
"Health": "",
"ExitCode": 0
}
]
List all services running on your instance
curl -H "Authorization: Bearer alf_your_key_here" \
/api/v1/admin/containers
[
{
"Name": "alfred-init-1",
"Service": "init",
"State": "exited",
"Health": "",
"ExitCode": 0
},
{
"Name": "alfred-worker-1",
"Service": "worker",
"State": "running",
"Health": "healthy",
"ExitCode": 0
},
{
"Name": "alfred-openclaw-1",
"Service": "openclaw",
"State": "running",
"Health": "",
"ExitCode": 0
},
{
"Name": "alfred-temporal-1",
"Service": "temporal",
"State": "running",
"Health": "healthy",
"ExitCode": 0
},
{
"Name": "alfred-temporal-ui-1",
"Service": "temporal-ui",
"State": "running",
"Health": "",
"ExitCode": 0
}
]
curl -H "Authorization: Bearer alf_your_key_here" \
/api/v1/admin/containers
[
{
"Name": "alfred-init-1",
"Service": "init",
"State": "exited",
"Health": "",
"ExitCode": 0
},
{
"Name": "alfred-worker-1",
"Service": "worker",
"State": "running",
"Health": "healthy",
"ExitCode": 0
},
{
"Name": "alfred-openclaw-1",
"Service": "openclaw",
"State": "running",
"Health": "",
"ExitCode": 0
},
{
"Name": "alfred-temporal-1",
"Service": "temporal",
"State": "running",
"Health": "healthy",
"ExitCode": 0
},
{
"Name": "alfred-temporal-ui-1",
"Service": "temporal-ui",
"State": "running",
"Health": "",
"ExitCode": 0
}
]
State: "exited" with ExitCode: 0 after successful vault initialization.Was this page helpful?