/
FU
full-chaos
/
container-compose API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
latest
OpenAPI 3.1.0
Apache-2.0
2026-07-17
39
17
30.4 KB
Execute a command in a container
post
/containers/{id}/exec
Path parameters
id
string
required
Request body
ExecRequest
required
command
string[]
required
detach
boolean
nullable
interactive
boolean
nullable
tty
boolean
nullable
environment
string[]
user
string
nullable
workingDirectory
string
nullable
Response
Command result
ExecResponse
required
stdout
string[]
required
stderr
string[]
required
exitCode
integer
required