---
title: "Activate an existing task"
method: POST
path: "/tasks/binding"
tags: ["tasks"]
---

# Activate an existing task

`POST /tasks/binding`

Activate a task that exists within the context of the provided handle

## Request body

- TaskBindConfig
  - `id` string, required
  - `handle` object, required

## Response `200`

OK

- TaskBindResponse
  - `handle` object, required

## Other responses

- `404` — No such task
- `500` — Activating task failed

## Changes

> 50 revisions in range; 20 could not be searched.

- **2017-03-22** `dd356a2a1ea0` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/vmware/apis/port-layer-api/changes/tasks/binding/post.md)

---

[API](https://skmtc.dev/vmware/apis/port-layer-api.md) · [All operations](https://skmtc.dev/vmware/apis/port-layer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vmware/port-layer-api/revisions/5fff0b8814c7/schema)
