Skip to main content
POST
/
api
/
work_pools
/
{work_pool_name}
/
workers
/
heartbeat
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

x-prefect-api-version
string

Path Parameters

work_pool_name
string
required

The work pool name

Body

application/json
name
string
required

The worker process name

heartbeat_interval_seconds
integer | null

The worker's heartbeat interval in seconds

Response

Successful Response