Upsert status for a workspace deploy step
POST
/
workspaces
/runtime
/deploy
/{step_id}
Request Body
application/json
Requiredworkspace deploy step body
name
string
human readable name for the deploy step
status
Requiredstring
status of deploy step (note 'started' is a synonym for 'running')
Value in:
"pending" | "running" | "started" | "success" | "failure"
Path Parameters
step_id
Requiredstring
ID of step
Header Parameters
token
Requiredstring
Authorization token
workspace deploy step