cURL
curl --request POST \ --url https://api.example.com/work_pools/{work_pool_name}/workers/heartbeat \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "heartbeat_interval_seconds": 123 } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Documentation IndexFetch the complete documentation index at: https://docs.prefect.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.prefect.io/llms.txt
Use this file to discover all available pages before exploring further.
The work pool name
The worker process name
The worker's heartbeat interval in seconds
Successful Response
Was this page helpful?