Validate container infrastructure
GET /api/v1/projects/{projectId}/{agentType}/container/validate
GET
/api/v1/projects/{projectId}/{agentType}/container/validate
Checks whether the project’s running container has the required Warden terminal infrastructure installed (tmux, create-terminal.sh).
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” projectId
required
string
Project ID
Responses
Section titled “ Responses ”OK
object
missing
Missing lists the infrastructure components that are not installed.
Array<string>
valid
Valid is true when all required infrastructure is present.
boolean
Bad Request
object
code
string
error
string
Not Found
object
code
string
error
string
Internal Server Error
object
code
string
error
string