/
FU
full-chaos
/
container-compose API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 2h ago · Updated 3w ago
View markdown
full-chaos
container-compose API
get
Return daemon info and container counts
v1
latest
OpenAPI 3.1.0
Apache-2.0
2026-07-17
39
17
30.4 KB
get
Daemon liveness probe
get
Return daemon version metadata
get
Return daemon info and container counts
get
List containers
post
Create a container
get
Inspect a container
delete
Remove a container
post
Start a container
post
Stop a container
post
Restart a container
post
Send a signal to a container
post
Wait for a container to exit
post
Execute a command in a container
get
List container processes
get
Stream container logs (NDJSON)
get
Stream container stats (NDJSON)
get
List networks
post
Create a network
delete
Remove a network
get
List volumes
post
Create a volume
delete
Remove a volume
get
List secret metadata
post
Create a secret
delete
Remove a secret
get
Stream lifecycle events (NDJSON)
post
Push an image from the runtime host
get
List compose projects
get
Get project detail (ingested or synthesized)
post
Ingest a compose YAML document
get
List services in a project
post
Bring up a project
post
Take down a project
post
Restart a project
post
Build project images (NDJSON streaming)
post
Pull project images (NDJSON streaming)
post
Scale a service
get
Prometheus metrics exposition
get
This OpenAPI specification
Return daemon info and container counts
get
/info
Response
Info response
InfoResponse
required
id
string
required
name
string
required
containerCount
integer
required
containersRunning
integer
required
containersPaused
integer
required
containersStopped
integer
required
serverVersion
string
required
runtimeBackend
string
required
uptimeNanoseconds
integer
required