Summary
Release a currently assigned task
Description
Remove user assignment from a currently assigned Task.
Route
POST /operations-manager/tasks/:taskId/release
Roles
admin
apiwrite
engineering
operations
Parameters
DetailsExampleSchema
| Name |
Type |
Required |
Description |
| taskId |
string |
yes |
The id of the Task iteration to be released. |
Copied to Clipboard
{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}
Return
DetailsExampleSchema
| Name |
Type |
Description |
| result |
object |
The result of the release operation. |
Copied to Clipboard
{
"message": "Successfully imported 3 of 4 documents",
"data": {
"_id": "e52dd8F7-2a6E-Cc77-9F2F-fbE9edcfEAEf",
"location": "Adapter",
"view": null,
"status": "paused",
"app": "laborum",
"name": "ut aliquip dolor nulla consequat",
"variables": {
"decorators": [
{
"type": "encryption",
"pointer": "/~0/~1/NpUT"
},
{
"type": "encryption",
"pointer": "/YKZfN.Qq/IDNREA/~0/v6baLjAcZVA/qRS1QLzlrV/~0/Cefn/~1/w+"
},
{
"type": "encryption",
"pointer": "/fDr/~0/Bbor1K/rrN3i/tX"
},
{
"type": "encryption",
"pointer": "/IB67IUy/nNVdXz/~1/vUv/~0/ANs"
},
{
"type": "encryption",
"pointer": "/~0"
}
]
},
"last_updated": "2021-12-16T04:19:23.912Z",
"encodingVersion": 1,
"job": {
"_id": "f06d8771f3a98ef84eed6df3",
"task": "e28f",
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"ancestors": [
"01b9263d9c48385d23b63919",
"f05aed2c8586cc1dc24c324a",
"b619189d0bdc56085a4468a7"
]
},
"groups": [
"e1a6cc83088eb78d3efcc8a0",
"19187d642717b642a09fd964",
"723bea1a16c5463a08b9bc6d"
],
"type": "automatic",
"metrics": {
"start_time": "occaecat ex quis eu",
"end_time": -66784819.546019934,
"server_id": "id",
"finish_state": "running",
"run_time": 28071341.8440544,
"retrying": null,
"user": "9de0af0a279f7266502b6a78",
"owner": ""
}
}
}