Builds
Create workspace build
post/api/v2/workspaces/{workspace}/builds
Path parameters
workspacestring uuid required
Workspace ID
Request body
Response
OK
Example response
{
"resources": [
{
"agents": [
{
"health": {
"reason": "agent has lost connection"
}
}
]
}
]
}