---
title: "提交Provider健康检查任务"
method: POST
path: "/admin/providers/{id}/health-check-task"
tags: ["Provider管理"]
---

# 提交Provider健康检查任务

`POST /admin/providers/{id}/health-check-task`

创建持久化后台任务执行远端健康探测与资源刷新

## Path parameters

- `id` integer, required

## Response `200`

健康检查任务已提交

## Other responses

- `400` — 请求参数错误
- `404` — Provider不存在
- `409` — 已有同类任务

## Changes

- **2026-07-13** `b53016b73c21` — 1 breaking, 6 info
  - added the new path request parameter `id`
  - the endpoint scheme security `BearerAuth` was added to the API
  - api tag `Provider管理` added
  - added the non-success response with the status `400`
  - …3 more
- **2026-07-13** `8b6571c93ad2` — 1 info
  - endpoint added
- **2025-10-22** `dcdf027169a3` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/oneclickvirt/apis/oneclickvirt-api/changes/admin/providers/:id/health-check-task/post.md)

---

[API](https://skmtc.dev/oneclickvirt/apis/oneclickvirt-api.md) · [All operations](https://skmtc.dev/oneclickvirt/apis/oneclickvirt-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oneclickvirt/oneclickvirt-api/revisions/2d2db1776645/schema)
