Stacks
Create and run a container sandbox
Create a simple container sandbox with a custom image and command
post/v1/stacks/create-and-run
Request body
Example request
{
"image": "curlimages/curl:latest",
"command": [
"sleep",
"3600"
],
"ttl_seconds": 3600
}Response
Container created successfully