latestOpenAPI 3.0.32026-08-10152216352.3 KB
eea119b4113f
Runners Workspaces
Deploy workspace
Deploys a workspace by running plan or apply tasks based on the provided task type
post/runners/workspaces/{workspaceId}
Path parameters
workspaceIdstring required
Unique identifier of the workspace
Request body
Response
Workspace deployed successfully
Example response
{
"status": 200,
"data": {
"message": "Workspace deployed successfully"
}
}