---
title: "PUT /v1/probe-tasks/{uid}"
method: PUT
path: "/v1/probe-tasks/{uid}"
tags: ["ProbeTask"]
---

# PUT /v1/probe-tasks/{uid}

`PUT /v1/probe-tasks/{uid}`

## Path parameters

- `uid` string, required

## Request body

- JadeTreeApiV1UpdateProbeTaskRequest
  - `uid` string
  - `type` string
  - `host` string
  - `port` string
  - `url` string
  - `name` string
  - `timeoutSeconds` integer

## Response `200`

OK

- JadeTreeApiV1ProbeTaskItem
  - `uid` string
  - `type` string
  - `host` string
  - `port` string
  - `url` string
  - `name` string
  - `status` integer
  - `timeoutSeconds` integer
  - `createdAt` string
  - `updatedAt` string

---

[API](https://skmtc.net/aide-family/apis/untitled-api-4.md) · [All operations](https://skmtc.net/aide-family/apis/untitled-api-4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aide-family/untitled-api-4/revisions/7c1198712e80/schema)
