cURL
API Reference
Post apiv1sandboxes terminals
POST
cURL
Path Parameters
Body
application/json
Shell to use for the terminal session
Available options:
bash, zsh, fish, sh Example:
"bash"
Working directory for the terminal session
Example:
"/app"
Terminal width in columns
Required range:
x > 0Example:
80
Terminal height in rows
Required range:
x > 0Example:
24