Resumes the given harness, restoring its deployment.
Required permission
Project > Harnesses > General > Update
Path parameters
projectId
string requiredID of the projectharnessId
string requiredID of the harness
Response body
- {object}Response object.
data
{object} requiredResult data.
API
CLI
JS Client
POST /v1/projects/{projectId}/harnesses/{harnessId}/resume
POST /v1/teams/{teamId}/projects/{projectId}/harnesses/{harnessId}/resume
Example response
200 OK
The operation was performed successfully.
JSON
{
"data": {}
}Example response
409 Conflict
The harness could not be resumed as it is not paused.