Sonatype Nexus · Capability
Sonatype Nexus Repository Manager — Tasks
Sonatype Nexus Repository Manager — Tasks. 9 operations. Lead operation: List tasks. Self-contained Naftiko capability covering one Sonatype Nexus business surface.
What You Can Do
GET
Gettasks
— List tasks
/v1/v1/tasks
POST
Createtask
— Create task
/v1/v1/tasks
GET
Gettasktemplates
— List tasks of template tasks. This is the base to create new tasks
/v1/v1/tasks/templates
GET
Gettasktemplate
— Get task template by type. This is the base to create new tasks
/v1/v1/tasks/templates/{typeid}
DELETE
Deletetaskbyid
— Delete task by id
/v1/v1/tasks/{id}
GET
Gettaskbyid
— Get a single task by id
/v1/v1/tasks/{id}
POST
Run
— Run task
/v1/v1/tasks/{id}/run
POST
Stop
— Stop task
/v1/v1/tasks/{id}/stop
PUT
Updatetask
— Update an existing task
/v1/v1/tasks/{taskid}
MCP Tools
list-tasks
List tasks
read-only
idempotent
create-task
Create task
list-tasks-template-tasks-this
List tasks of template tasks. This is the base to create new tasks
read-only
idempotent
get-task-template-type-this
Get task template by type. This is the base to create new tasks
read-only
idempotent
delete-task-id
Delete task by id
idempotent
get-single-task-id
Get a single task by id
read-only
idempotent
run-task
Run task
stop-task
Stop task
update-existing-task
Update an existing task
idempotent